<html>
<head>
<title>Browser Check</title>
</head>
<body>
<script language="javacript" type="textjavascript">
if (navigator.appName == "Microsoft Internet Explorer") {
document.write("You are running Microsoft IE. This website has been previewed in IE, and everything works right.")
}
else {
document.write("You are not running IE, this website may look out of place or incorrect.")
}
</script>
</body>
</html>
Edit:
Someone on another board emailed me. The problem has been solved. This topic can be deleted.
Edited by Paint, 13 March 2006 - 01:33 PM.
