[Javascript] Opening Up New Window For ACTION= Attribute

gregory.john.toland at census.gov gregory.john.toland at census.gov
Tue Jun 19 07:24:45 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.

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





More information about the Javascript mailing list