Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: new window with specific sizes


Message #1 by "Marc Hudson" <marc@w...> on Thu, 27 Jun 2002 22:26:35
when I sent you that example I relized what your problem was

because you dont need a window name leave the 2nd parameter blank

window.open("lordmovie.html", "", features)

try that

  Return to Index