asp 怎么取得 msgbox 的值

来源:百度知道 编辑:UC知道 时间:2024/05/22 10:55:17
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 就是返回值,应该就是你需要的值