kruimel0
03-08-2009, 12:12 PM
Hello, I have a question:
My site can only be viewed good in FireFox, not in Internet Explorer.
I have found a script now which allows me to, if the page is viewed in FF, it goes to another page, while that same page stays in IE.
This is the script:
<script type="text/javascript">
if (navigator.userAgent.indexOf("MSIE")==-1) window.location="IE.html";
</script>
Between the <head> and </head> tags
However, as said, this will change pages when opened in FireFox. Now i want to change this script so that it only change pages when opened in Internet Explorer.
Can anyone help me with that?
Thanks, Kruimel
My site can only be viewed good in FireFox, not in Internet Explorer.
I have found a script now which allows me to, if the page is viewed in FF, it goes to another page, while that same page stays in IE.
This is the script:
<script type="text/javascript">
if (navigator.userAgent.indexOf("MSIE")==-1) window.location="IE.html";
</script>
Between the <head> and </head> tags
However, as said, this will change pages when opened in FireFox. Now i want to change this script so that it only change pages when opened in Internet Explorer.
Can anyone help me with that?
Thanks, Kruimel