How Do You Redirect The Url?

TAKE FOR EXAMPLE THIS WEB SITE, AFTER YOU POST A THREAD OR A REPLY YOU GET A SCREN THANKING YOU FOR POSTING AND ALL THAT GOOD STUFF. THEN IT REDIRECTS YOU TO YOUR POST WITHOUT THE USER CLICKING ANYTHING. HOW DO YOU DO THAT?<!--content-->It's done with meta codes, like this:<br />
<br />
<meta http-equiv="refresh" content="5; url=test.html"><!--content-->an extra note about the META refresh - if you put in a time of less than 3 seconds, the user cannot click on the back button fast enough to stop being redirected.<br />
<br />
This annoys users, who are less likely to come back again.<!--content-->and please don't use all upper-case in your post. it makes it look like you are yelling.<!--content-->is the number after content the time till it redirects?<!--content-->yes...sorry, it's the number in seconds<!--content-->
 
Back
Top