Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

form action also trigger redirect?

Status
Not open for further replies.

admoore

IS-IT--Management
Joined
May 17, 2002
Messages
224
Location
US
I have an interactive PHP based HTML form which when submitted opens a certificate in a new screen...

Is there any way that this action can also redirect the parent frame to a new page? Once the form action was complete, opening the new window, the data in the old form would be obsolete...

TIA,

-Allen Moore
 
This really is a JavaScript question.
However:

After the opening the window you can just use the document.location property to to set the desired URL.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top