carah0xx
Feb 18 2007, 05:56 PM
Does anyone know the code to re-direct a page on a website to a different website?
Azarel
Feb 18 2007, 06:20 PM
<meta http-equiv="refresh" content="0; url=differentwebsitehere">
The number is the number of seconds before the page redirects.