[Javascript] Opening Up New Window For ACTION= Attribute

Peter-Paul Koch gassinaumasis at hotmail.com
Tue Jun 19 07:32:52 CDT 2001


>I have an ASP page that gets executed from the ACTION attribute of a form:
>       <FORM ACTION="SomeASPPage.asp" ........>
>
>I would like this asp page to get executed in its own window.  I tried:
>       <FORM ACTION="javascript: window.open( 'SomeASPPage.asp' )" ....>
>
>This did not work.  Any suggestions?  In other words, I would like the 
>results of the ASP page to be opened up in a second window.

<FORM ACTION="thepage.asp" TARGET="_blank">

ppk
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.





More information about the Javascript mailing list