蜈蚣咬了多久有反应:asp 怎么取得 msgbox 的值

来源:百度文库 编辑:高考问答 时间:2024/05/07 19:52:05
asp 怎么取得 msgbox 的值
比如 vbok 或者vbno
就是实现 点了 确定的话就转向1.html否则2.html

response.write("<script language=javascript>if(confirm('?????????')){location.href('1.htm')}else{location.href('2.htm');}</scirpt>")

var a=confirm(''.....)
其中a 就是返回值,应该就是你需要的值