Web Hosting Talk







View Full Version : Form Submitting


Akash
02-11-2001, 11:02 AM
Heres the deal...

I have a framed page with 2 frames; a top navigation fram and a bottom main fram.

On the top frame i have a form that gets some information from the user. What I can't get to work is that after they click the submit button, I want the results page to load in a new window or have the page break out of the frams and load in the same window.

Anyone know how to do this?

kunal
02-11-2001, 12:07 PM
You can specify the target to "new", if you wont it to open in a new window.

Chicken
02-11-2001, 01:02 PM
Also, if the pages are named (via frames), and you have another page, you can specify what frame it will load in using a errrr... what was it now? BASE URL tag, or something like that. Damn, I knew it when I started to type this, now it went *poof* ... This would be put at the top of the resulting page's HTML.

Anyway, point was that you can control this a bit with the code on the resulting page, if you can't figure out how to control it before the page loads (using TARGET, etc.).