Jump5crazy
10-10-2004, 05:38 PM
Okay, I have a form, which links to my thank you page. What I need to know is how would I have the thank-you page open in a new window? I'd appreciate any help.
|
View Full Version : Form Question Jump5crazy 10-10-2004, 05:38 PM Okay, I have a form, which links to my thank you page. What I need to know is how would I have the thank-you page open in a new window? I'd appreciate any help. Shirl 10-10-2004, 05:41 PM uh...well is it a form where like if you click "send", it redirects your visitor...? Somewhere in the code should be a link in that case.... just edit the link <a href="url you're sending the visitors to" target="_blank"></a> |