[Javascript] Opening Up New Window For ACTION= Attribute

gregory.john.toland at census.gov gregory.john.toland at census.gov
Tue Jun 19 07:53:35 CDT 2001


Thanks!  I was so stupid.  I should have known that!

Gregory J Toland
Sr. Systems Architect
CHM, Inc.
(301) 457-8058
tolan002 at census.gov


                                                                                                                    
                    "Peter-Paul Koch"                                                                               
                    <gassinaumasis at ho        To:     javascript at LaTech.edu                                          
                    tmail.com>               cc:                                                                    
                    Sent by:                 Subject:     Re: [Javascript] Opening Up New Window For ACTION=        
                    javascript-admin@        Attribute                                                              
                    LaTech.edu                                                                                      
                                                                                                                    
                                                                                                                    
                    06/19/2001 08:32                                                                                
                    AM                                                                                              
                    Please respond to                                                                               
                    javascript                                                                                      
                                                                                                                    
                                                                                                                    





>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.


_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
http://www.LaTech.edu/mailman/listinfo/javascript







More information about the Javascript mailing list