如何实现弹出窗口(报告超时),然后点击确定后,
关闭系统窗口??
我这样写的:
alert(\"登陆时间超时,请重新登陆!\");
"window.opener=null;"
"window.open('','_self');"
"window.close();"
为什么只执行第一句,后面的不执行?--------------------------------------