Forum Moderators: open
Thanks for your help
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var bestwidth = 800;
var bestheight = 600;
if (screen.width != bestwidth ¦¦ screen.height != bestheight) {
msg = "This site looks best when viewed when your screen "
+ "is set to a " + bestwidth + "x" + bestheight + " resolution, "
+ "but your screen resolution is " + screen.width + "x"
+ screen.height + ". Please change your screen resolution "
+ "to best view the site, if possible. Thanks!";
document.write(msg);
}
else
if (screen.width == bestwidth ¦¦ screen.height == bestheight) {
msg = "<font face='Comic Sans MS, Arial'><center>Congrats, your screen resolution is set at the best resolution.";
document.write(msg);
}
// End -->
</script>
<script language="JavaScript">
<!-- Script Begin
if (navigator.appName == "Microsoft Internet Explorer") {
msg = "<font face='Comic Sans MS, Arial'>You are using a version of IE which will give you the full effect of our site.<BR>"
+ "Please visit us often";
document.write(msg);
}
else
if (screen.width == "Netscape") {
msg = "You are currently viewing the site using Netscape. "
+ " While our site is visable through Netscape, we recommend using IE 5.0 or"
+ "newer"
+ "You can <a href='http://www.microsoft.com/windows/ie/default.htm'>get IE 5.5 here </a>";
document.write(msg);
}
</script>