To redirect try this in the <head> section (example):Quote:
Originally Posted by REALITY
Code:<meta http-equiv="refresh" content="1;url=http://filesharingtalk.com/vb3/index.php?">
Printable View
To redirect try this in the <head> section (example):Quote:
Originally Posted by REALITY
Code:<meta http-equiv="refresh" content="1;url=http://filesharingtalk.com/vb3/index.php?">
and if you use the code posted above by mini sparsely, be sure to add a space and a / at the end of the <meta /> tag.
;)
or in php you can do
:01:PHP Code:
header("Location:http://www.whatever.com/index.html");
What I was referring wasnt working was...
The others are fine.Quote:
<a href="javascript:addbookmark()">Add this site to favorites</a>