mediabob Posted August 22, 2007 Share Posted August 22, 2007 HI, I am using this code to create a pop up window newwindow=window.open(url,'name','height=100,width=520,left=300,top=400'); if (window.focus) {newwindow.focus()} it works great in FF but in IE it opens as a brand new full size browser, but the viewable area in the browser is set to the specified size any way I can fix this? Link to comment https://forums.phpfreaks.com/topic/66149-pop-up-in-ie/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.