摘要: (模拟一个按钮,这个按钮执行一个关闭浏览器页面的操作)技巧一:在IE6下:<inputtype="button"value="关闭窗口不出现提示框"onclick="window.opener=null;window.close();"/>在IE7.0,IE8.0下:<inputtype="button"value="关闭窗口不出现提示框"onclick="window.open('','_self');window.close();& 阅读全文
posted @ 2012-04-07 19:20 九头马 阅读(721) 评论(0) 推荐(0)