ASP里执行应用程序出错——一个重复的问题,但是解决不了(不要删掉我的帖子)
我的一个简单的ASP网页有如下代码实现执行当前应用程序的功能:
<input type='button' name=button value='DigitalCash脱线式支付' onclick="tuoxian()">
<script language="VBScript">
<!--
function tuoxian()
MsgBox "Hello World!"
'on error resume next
set wsh = WScript.CreateObject("WScript.Shell")
msgbox("test2")
wsh.run ("c:\\windows\\notepad.exe")
end function
WScript有,
程序执行到set wsh = 。。。时就没有反应
请教高手,帮我查查看