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";
}



Felix Miata wrote:

> http://www.napaonline.com/
>
> only thing on otherwise blank page is:
>
> "Please click on the logo to proceed to NAPAonline.com web site"
>
> I see there is a gif in the page source, but I have no clue why it
> doesn't display. Is this yet another IE-required web site?
> --
> "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