TeddyKiller Posted March 30, 2010 Share Posted March 30, 2010 I have a script thats a popup window, however.. the status bar is still there, and the window resizes. I'm using firefox 3.6 Any help? <script type="text/javascript"> function popUp(URL) { day = new Date(); id = day.getTime(); window.open(URL,id,"toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=no,width=680,height=500,left = 390,top = 150"); } </script> Link to comment https://forums.phpfreaks.com/topic/197020-non-resizable-popup-window-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.