This article mainly introduces how to call desktop exe programs on web pages. The web page code is as follows: Copy code The code is as follows:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Document</title> <script type="text/javascript"> function start(strPath){ var objShell = new ActiveXObject("wscript.shell"); objShell.Run(strPath); objShell = null; } start("F:/adt-bundle-windows-x86-20130729/eclipse/eclipse.exe"); //Note that you must use / in the path, and you cannot use \ </script> </head> <body> </body> </html> I hope this helps you all! |
<<: JavaScript recursion detailed
>>: Implementation of CSS heart-shaped loading animation source code
Preface The requirement implemented in this artic...
Based on theories such as Saussure's philosop...
Recently, there has been a growing demand for imp...
Table of contents topic analyze Objects of use So...
After reinstalling my computer recently, I downlo...
What is keepalive? In normal development, some co...
I won’t waste any more time talking nonsense, let...
The error "mysql is not an internal command&...
Angular Cookie read and write operations, the cod...
Why do we achieve this effect? In fact, this ef...
Drop-down menus are also very common in real life...
Brief description Suitable for readers: Mobile de...
Idea imports an existing web project and publishe...
Table of contents Rendering API changes Render fu...
1. CSS style solves the problem of displaying ell...