常用的一段腳本,在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>
ie7 彈出窗口不生效?
Cats萌萌
2018-12-10 14:09:56