I am me
03-31-2003, 02:10 PM
Ok, this isnt as easy as the title suggest.
I would like an automatic URL forwarding code, that I cannot script myself!
Basically it works the same as this would work
<script>window.location="http://My URL here"</script>
However I only want that to take place after a submit button has been pressed, rather that when you load onto that page.
It would work how the bravenet forms work, your page laods, you fill in the form, click submit, then the page where all the data gets sent to you see load at the bottom of the screen, but the page goes straight to the URL you wanted to.
Let me explain myself a bit more.
The response-o-matic forms; (I am not using a respinse-o-matic form, I am explainnig how I would like the effects of teh redirection)
You fill out the required form, click submit & then your are taken to the response-o-matic page which says something like "thank you for filling out the form, please click here to retur back to the page" So you click the link & go back to the page.
What I am after is something the works the same way as the bravenet forms, where you theoretically skip the response-o-matic set page (although all the info on the form loads/gets sent/recorded/etc accordingly) to return to the url you want.
Seeing as you cant edit the response-o-matic set page to redirect automatically to the url you want, I am looking for some kind of script that would allow, on the press of the submit button, the page to do a 'double load' (what I described above)
This is kinda hard & I am not great at javascript so my efforts at making something like this (Yes I have assumed it works by javascript) have failed miserably!
I would like an automatic URL forwarding code, that I cannot script myself!
Basically it works the same as this would work
<script>window.location="http://My URL here"</script>
However I only want that to take place after a submit button has been pressed, rather that when you load onto that page.
It would work how the bravenet forms work, your page laods, you fill in the form, click submit, then the page where all the data gets sent to you see load at the bottom of the screen, but the page goes straight to the URL you wanted to.
Let me explain myself a bit more.
The response-o-matic forms; (I am not using a respinse-o-matic form, I am explainnig how I would like the effects of teh redirection)
You fill out the required form, click submit & then your are taken to the response-o-matic page which says something like "thank you for filling out the form, please click here to retur back to the page" So you click the link & go back to the page.
What I am after is something the works the same way as the bravenet forms, where you theoretically skip the response-o-matic set page (although all the info on the form loads/gets sent/recorded/etc accordingly) to return to the url you want.
Seeing as you cant edit the response-o-matic set page to redirect automatically to the url you want, I am looking for some kind of script that would allow, on the press of the submit button, the page to do a 'double load' (what I described above)
This is kinda hard & I am not great at javascript so my efforts at making something like this (Yes I have assumed it works by javascript) have failed miserably!