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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.