Home  >  Article  >  Web Front-end  >  Example of opening an executable file on windows with js_javascript skills

Example of opening an executable file on windows with js_javascript skills

WBOY
WBOYOriginal
2016-05-16 16:46:481080browse

Create an htm file and paste the following code into it to open the test

Copy the code The code is as follows:

<script> <br>function openjsb(){ <br>var shell = new ActiveXObject("WSCRIPT.Shell"); <br>shell.Run("D:\IPlatest.xls",1); <br>} <br><br></script>
open
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn