让JS弹窗的页面保持到最前面
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();
精彩图集
精彩文章