I am building a webpage for my company that needs to use a webform. I've developed the form and I'm diverting it to a cgi webform script (that GoDaddy provided) which is hosted on my own website. It works fine.
The problem is that I want the webform to redirect users back to my company's website once they've submitted their details. At present, it just loads the root homepage for the website (mine) where the script is located.
I've tried using but it just brings up a 404 error message after the submission.
Is there a problem in using a script and then diverting the user back to an external domain outside of the location where the script is hosted?
Redirects can be either scripted, or done with an address reference....
Java Redirect: http://www.netadmintools.com/art420.html
Mmm, I can't find the example I need, just:
http://www.posi.net/software/selectpage/
The page change I am thinking of has a link, then a second link actually built into the address, kind of like two addresses. Ah well, hopefully the java and cgi stuff might help