<!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 ActiveX Object ("wscript.shell"); objShell.Run(strPath); objShell = null; } start("F:/adt-bundle-windows-x86-20130729/ eclipse /eclipse.exe"); //注意路径中必须使用/ ,而不能使用\ </script> </head> <body> </body> </html>
相信看了这些案例你已经掌握了方法,更多精彩请关注php中文网其它相关文章!
相关阅读:
H5的文件域FileReader怎样分段读取文件上传到服务器
以上就是怎样可以在网页上调用桌面exe程序的详细内容,更多请关注php中文网其它相关文章!
……