首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

这么就可以在FF中使用window.close函数了

2012-08-26 
这样就可以在FF中使用window.close函数了用js弹出浏览器窗口:window.open(http://localhost:8080/demo/de

这样就可以在FF中使用window.close函数了

用js弹出浏览器窗口:

window.open("http://localhost:8080/demo/demo.html","popup","width=460,height=580,location=no,menubar=no,status=no,toolbar=no,scrollbars=yes,resizable=yes")

?

demo.html页面中如果调用了window.close,那么将无条件关闭

热点排行