Click to See Complete Forum and Search --> : Need help with Form


BOB101
07-31-2005, 07:31 PM
Hi, I just want to say thank you in advance to any one who answers.

I was wondering if there was a way to attach my "thank you" page to my forms so that when a user clicks on the submit button, they will be sent to the "thank you" page. I'm not a html geru so don't give me all this mumbo jumbo wordind and scripting. Just give me a answer in the simpliest way possilbe. Thanks again to anyone that answers.

Heavy Metal
07-31-2005, 10:50 PM
well i cant provide the code for it but i know that just put a parent.location command in a function in the head tags and then run the function through a onclick command in the submit button like in the example below <input type="submit" onclick="functionname()">
and anyways im pretty sure thats the way that it would be done im busy right now so ull have to get someone else to provide you with the full code

Jayhawk
07-31-2005, 11:53 PM
Yes there is a way.

That's the simple answer without any "mumbo jumbo wordind and scripting."