Form -- redirect

windows

Guest
In a form, to redirect a user after they click the "SUBMIT" button, to use the code<br />
<br />
<input type=hidden name="redirect" value="http://your.address/to/index.html"><br />
<br />
What should I use for the value???<br />
<br />
I've tried using value="http://www.computhon.com/to/index.html"<br />
<br />
This doesn't work.<br />
<br />
Any suggestions??? What is the correct syntax?<br />
<br />
Thank you.<!--content-->if you want to redirect them to the front page then you need to use your website address. the "to" is in there for an example, no need to use it.<!--content-->Are you saying the syntax should read<br />
<br />
value="http://www.computhon.com/index.html" <br />
<br />
Is this correct?<br />
<br />
Thank you.<!--content-->or<br />
<br />
value="http://www.computhon.com/" <br />
<br />
which will also work.<!--content-->
 
Back
Top