Load an HTML page depending on the browser typeTag(s): Varia
<SCRIPT> if (navigator.appName == "Microsoft Internet Explorer") document.write('<META HTTP-EQUIV="REFRESH" CONTENT="1;URL=msie.html">'); else document.write('<META HTTP-EQUIV="REFRESH" CONTENT="1;URL=netscape.html">'); </SCRIPT>
browserversion = parseint(navigator.appversion);
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com