PDA

View Full Version : form thankyou


vbowen
02-24-2004, 10:49 AM
Goldilocks suggested this. I cannot get the thankyou.html page to come up after submit.

Thank you,

Vaughn

http://www.first-christian-cc.org/a_campcss/mph/form3.html

agent002
02-24-2004, 10:58 AM
The code doesn't work because of an syntax error: You have a line break in the middle of a string. Also, why do you have a 20 seconds timeout? Don't bore your visitors, use a shorter delay :)
setTimeout('window.open("thankyou.html", "_self")', 1);