龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > Javascript编程 >

让JS弹窗的页面保持到最前面

时间:2009-12-21 11:47来源:未知 作者:admin 点击:
分享到:

JS弹窗的页面保持到最前面源代码:

 var props=null;
 props=window.open('http://www.xueit.com/','poppage', 'toolbars=0,scrollbars=0,location=0,statusbars=0,menubars=0,resizable=1,width=480,height=420,left=75,top=50');
 if (props!=null)
 props.focus();

精彩图集

赞助商链接