Jump to content

Non-resizable popup window help!


TeddyKiller

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.