response.write "<script language=javascript>hello();</script>"
response.Redirect("newzc.htm")比如这两句代码,是想让其它弹出一个窗口后再将本页面定位到newzc.htm
可测试后,都不弹出窗口了直接跳到newzc.htm!
有没有方法让这两段代码都执行!先弹出一个窗口后再跳转!
你结束<script>没/