drahul
09-27-2005, 02:16 AM
Hi,
I need the form submission to redirect to a new page without loading the current page.
For Ex: On sumbitting some data, it must open a page saying THANK YOU !
I have done a work-around as : after getting submitted, when the page opens up, checks whether it was form submission (to avoid redirecting on normal page load), and sets the document URL to the new page.
But this causes irritation due to slight snag between the form submission and redirection, especially when the page takes some time to load.
How can I simply solve this problem. Is there any property in the form tag that redirects page automatically. The "target" field does this, but opens a new page. How can i solve this issue ?
advance thax.
rahul
I need the form submission to redirect to a new page without loading the current page.
For Ex: On sumbitting some data, it must open a page saying THANK YOU !
I have done a work-around as : after getting submitted, when the page opens up, checks whether it was form submission (to avoid redirecting on normal page load), and sets the document URL to the new page.
But this causes irritation due to slight snag between the form submission and redirection, especially when the page takes some time to load.
How can I simply solve this problem. Is there any property in the form tag that redirects page automatically. The "target" field does this, but opens a new page. How can i solve this issue ?
advance thax.
rahul