Please can someone tell me the code to redirect Internet Explorer to a different page?
Thanks,
Mark Powell

Please can someone tell me the code to redirect Internet Explorer to a different page?
Thanks,
Mark Powell
<meta http-equiv="refresh" content="x;yyyyy.html" />
x being the time in seconds eg 9 seconds, yyyyy being the file you want to redirect to or...
in php:
<?php
header("Location: yyyyy.html");
?>
How could this hapen to meeeeeeeeeeeeeee?lol.
That's not what he wanted. he wants the code that if it's ie it goes to a different page then firefox.
.:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
.:.: Stand up for what is right, even if you stand alone:.:.
Here you go:
<!--[if IE]>
<meta http-equiv="refresh" content="0;url=page.ext" />
<![endif]-->
Want to hide these adverts? Register an account for free!