Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: submitting a form to a new window and refresh the current window


Message #1 by "Eng Teik, Lim" <starfleet@m...> on Fri, 10 Nov 2000 11:23:00 -0000
I have tried your suggestion. It works fine on IE but was not able to get
the function called by the onClick event on Netscape browser to link to
another page.

ETL

----- Original Message -----
From: "Madhan" <rara_avis77@y...>
To: "javascript" <javascript@p...>
Sent: Saturday, November 11, 2000 12:43 AM
Subject: [javascript] Re: submitting a form to a new window and refresh the
current window


> Hi ,
> There are two things i would like to suggest, try "_blank" in the target
> attribute, and instead of calling window.location.href in the onsubmit
> event handler, call it inside the function called by the onClick event of
> the button.
> cheers
> Madhan
>

  Return to Index