- UID
- 2919
- 帖子
- 555
- 精华
- 0
- 贡献
- 0
- 推广
- 0
- 有效BUG
- 0
- 注册时间
- 2005-9-20
|
如何在网页上面运行程序不给出提示!???
<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>
请教一下这里的朋友,有人会的给我回一下 |
|