首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

IE上的模式窗口

2012-10-09 
IE下的模式窗口script languagejavascriptif(window.openernull){window.openernullwindow.open(

IE下的模式窗口

<script language="javascript">if(window.opener==null){window.opener=null;window.open('12.html','','location=no,toolbar=no,menubar=no,status=yes,resizable=yes,width=' + screen.width + ',height=' + screen.height + ',left=0,top=0');}if(window.opener!=null){window.opener.close();window.opener=null;}</script>

热点排行