[KLUG Members] page errors on my site

Randall Perry members@kalamazoolinux.org
Sat, 17 Nov 2001 13:11:08 -0500


Sorry about the errors, but I appreciate the feedback.  That gives me a chance to fix it.  
I have nested menus that only work in IE, so I redirect the Netscape browsers to an easier-to-read window off of my personal site (on geocities).  I used javascript to try and detect browser using 
if (navigator.appName == "Microsoft Internet Explorer")
 window.location.href= ie;
 else if (navigator.appName == "Netscape")
 window.location.href= ns;
 else window.location.href= other;}

This worked fine when testing on Netscape 4.7 and IE 5.0, but does not seem perfect so I will look into it.

This would not cause the script error messages, that is cause by the new banner ad system geocities is migrating to.  My personal site is trashed by their inserted code that riddles the screen with Xcam ads.  I will be soooooo glad when I get time to migrate this all over to my apache box.


Randall Perry
Senior Consultant, Adjunct Professor
www.domain-logic.com
Goshen, Indiana