Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Problem with windows and forms


Message #1 by "Kevin Pedersen" <kpederse@e...> on Thu, 7 Dec 2000 00:24:25 -0000
I've been using the following code:

window.open("", "test",
"height=600,width=480,status=0,toolbar=0,menubar=0,location=0,
resizable=1,scrollbars=1");
myForm.target = "test" ;
myForm.action = "testPage.asp";
myForm.submit() ;


I haven't yet had any problems under IE 5.5(W2K), IE 5.5(SP1-W2K) or IE 5.0.

However, I can't see any real difference between your code and mine! As long
as your "strMnemonic" variable is not empty (or contain "_blank"!) and you
should be fine.

Cheers,
Anil


  Return to Index