顺流交易 会计处理:asp 怎么取得 msgbox 的值

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/05 08:17:10
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 就是返回值,应该就是你需要的值