常用的一段脚本,在IE6和firefox下可以弹出指定宽度高度的窗口
在IE7下却打开了一个页面在选项卡中,奇怪?代码如下
function openWin(file,w,h)
{
win=window.open(file,"win","width="+w+"px,height="+h+"px,left=0,top=0,status=1,help=0,scroll=1,resizable=1");
win.focus();
}
<a onclick="openWin('TestMail.aspx',420,280)" href="#">快速发送邮件</a>
慕的地10843
隔江千里
相关分类