Michael Kaply wrote:
 
> Just a really crappy website:
 
> var isNetscape = (navigator.appName == "Netscape");
> var isVer4plus = (parseInt(navigator.appVersion.charAt(0)) >= 4);
> if (isNetscape == true) {
>  layerStyleRef="layer.";
>  layerRef="document.layers";
>  styleSwitch="";
> } else {
>  layerStyleRef="layer.style.";
>  layerRef="document.all";
>  styleSwitch=".style";
> }

Nothing but gibberish to me. Why doesn't it display the GIF?
-- 
"A general dissolution of principles and manners will more surely
overthrow the liberties of America than the whole force of the
common enemy."                                       Samuel Adams

 Team OS/2

Felix Miata  ***  http://mrmazda.members.atlantic.net/

Reply via email to