Hi,
I'm currently using this to redirect my browser:- (USING PHP inside the HTML
tags)
echo "<meta http-equiv='refresh' content='3; url=main.php?type=$type'>";
Works fine in IE but no in other browsers. But how do I get it to work in Netscape and Konqueror?
There are a few javascript redirects that I could use. However, I cant appear to get the $type variable into the JavaScript code.
Any help would be great!
Thanks in advance