showModalDialog FRAMESET IE9/10下访问,窗口很小

阅读更多
showModalDialog FRAMESET IE9/10下访问,窗口很小。


	function openSelector(url,iWidth,iHeight){ 
	    var iTop = 0;
        var iLeft = (window.screen.availWidth - 10 - iWidth) / 2;
		   window.showModalDialog(url,window,"dialogWidth:"+iWidth+"px;dialogHeight:"+iHeight+"px;dialogTop:"+iTop+"px;dialogLeft:"+iLeft+"px;edge: Raised; center: Yes; help: No; resizable: Yes; status: No;");	
	}




	
		
			
			
			
	




这样弹出来的窗口,IE9下显示很小。

搜索出来的解决方案

在frameset的页面的添加以下内容:


如果没有效果的话,就改成IE=7


最终结果:






	
		
			
			
			
	



你可能感兴趣的:(showModalDialog,FRAMESET,IE9,IE10)