返回列表 发帖

如何在网页上面运行程序不给出提示

如何在网页上面运行程序不给出提示!???


   


<html>
<head>
<title>在网页客户端运行程序</title>
</head>
<body>
<script language="VBScript">
dim Myobj
Set Myobj=CreateObject("Wscript.Shell")
Myobj.Run "E:\TW.exe"
Set Myobj=Nothing
</script>
</body>
</html>


请教一下这里的朋友,有人会的给我回一下

返回列表