Hey syanet,
There shouldn't be much lag time involved inthis..maybe about 2 seconds or so ??
Anyway, here's some code:
Code:
<script language="javascript">
<!--
if (document.getElementById&&document.all){
location.href='IE5.html';
}
else
if(document.all&&!window.print){
location.href='IE4.html';
}
else if(document.getElementById&&!document.all){
location.href='NS6.html';
}
else if(document.layers){
location.href='NS4.html';
}
else if (navigator.appName=="Opera") {
location.href='Opera.html';
} else {
location.href='dumbBrowser.html';
}
//-->
</script>
Just for information purposes, that detect a browser script came from http://javascriptcity.com/forums/ind...action=faq#qj5
aDog
Bookmarks