fx系列plc型号:asp 怎么取得 msgbox 的值

来源:百度文库 编辑:中科新闻网 时间:2024/07/01 10:50:53
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 就是返回值,应该就是你需要的值