Automatic form submition...
Posted: Mon Jun 05, 2006 2:12 pm
Hello, as the title says, I need to know if there is a way to "automatically" submit a form after the script has been fully loaded?
I need this because I have a back-end script that takes all the data from a previous form and does what it does with it, then, using the meta tag, redirects you back to the first form(this is currently what I have). So if there is a input tag that looks something like:
<input type='submit/auto' name='submit'>
surely this isn't the exact tag but something similar would work, as long as it redirects you to a page with all the form data, using the get method, automatically, then that's what I need.
That's pretty much it. Thanks.
I need this because I have a back-end script that takes all the data from a previous form and does what it does with it, then, using the meta tag, redirects you back to the first form(this is currently what I have). So if there is a input tag that looks something like:
<input type='submit/auto' name='submit'>
surely this isn't the exact tag but something similar would work, as long as it redirects you to a page with all the form data, using the get method, automatically, then that's what I need.
That's pretty much it. Thanks.