View Single Post
  #3 (permalink)  
Old 7th January 2009, 12:11
405hp's Avatar
405hp 405hp is offline
Firebug Fanatic
 
Join Date: Dec 2007
Location: State of Confusion
Posts: 3,272
405hp has a reputation beyond repute405hp has a reputation beyond repute405hp has a reputation beyond repute405hp has a reputation beyond repute405hp has a reputation beyond repute405hp has a reputation beyond repute405hp has a reputation beyond repute405hp has a reputation beyond repute405hp has a reputation beyond repute405hp has a reputation beyond repute405hp has a reputation beyond repute
Default

You can tell if it doesn't pop

Code:
                TheNewWin =window.open ('myscript.php','mywindow',config='height=620,width=915,toolbar=no, menubar=no,location=no, directories=no, resizable=no');
                  if(TheNewWin)
                    TheNewWin.moveTo(10,10);
                   else
                    alert('Please disable your popup blocking software!');
But I've found that the newer browsers ignore some of the directives I've used anyway.
Reply With Quote
Sponsored Links