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

Example of opening an executable file on windows with js_javascript skills

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-16 16:46:48
Original
1173 people have browsed it

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
Related labels:
Statement of this Website
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
Latest Issues
Can Windows be learned?
From 1970-01-01 08:00:00
0
0
0
Install PHP in windows environment
From 1970-01-01 08:00:00
0
0
0
zookeeper extension under windows
From 1970-01-01 08:00:00
0
0
0
Can I play vim happily on Windows?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template