Razorwyre
02-12-2004, 11:38 AM
So I've got two html pages:
main.html
loginbox.html
main.html loads loginbox.html into an IFRAME
When the user puts in their name and password, and hits submit, I want it to post the data to the main.html, causing a full page reload.
Seems ultra-simple, but I can't find anywhere how accomplish this... (The best I can get is for the IFRAME to reload on submit, which is not at all what I need...)
Ideas?
main.html
loginbox.html
main.html loads loginbox.html into an IFRAME
When the user puts in their name and password, and hits submit, I want it to post the data to the main.html, causing a full page reload.
Seems ultra-simple, but I can't find anywhere how accomplish this... (The best I can get is for the IFRAME to reload on submit, which is not at all what I need...)
Ideas?