能否在这里跳出是或否选项??
<%。
。
。
response.write heji
response.write "<script>alert('继续吗?');</script>"
。
。
。
%>
能否 跳出是或否选项 点是继续执行下面代码,,,点否跳到上页面???谢谢。。。。。。。。。
2007-07-09 01:09
2007-07-09 09:30
2007-07-09 17:59
2007-07-12 01:13
二楼不是给你写了吗?
用confirm
2007-07-12 03:50
2007-07-12 17:09
response.write ("<script>
if(confirm("确定要放到回收站吗?"))
location.href="新建 文本文档 (2).htm";
else
location.href="新建 文本文档 (3).htm";
</script>;")
2007-07-12 17:29
2007-07-12 17:46
Microsoft VBScript 编译器错误 错误 '800a0409'
未结束的字符串常量
/11.asp,行6
response.write ("<script>
-------------------------^
不能执行啊.........

2007-07-12 17:54
[此贴子已经被作者于2007-7-12 18:11:51编辑过]

2007-07-12 18:10