Well, the opening GIF (the one that appears before the site appears)
probably doesn't appear because the HTML uses relative paths to images
which is a bad idea:

<IMG SRC="../images/napaon21.gif">

and that relative path seems wrong anyway.

And then the web page displays like crap because it is only designed to
work on 4.x or IE.

Send them hatemail.

Mike Kaply
IBM

Felix Miata wrote:

> 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