Thanks all. I used Lasse's maximal compatibility and it works great!
Thanks again,
Mike
"Lasse Reichstein Nielsen" <lrn@hotpop.com> wrote in message
news:zngae67s.fsf@hotpop.com...[color=blue]
>
cwdjrxyz@yahoo.com (cwdjr) writes:
>[color=green]
> > However in the US and Canada about one million use the MSNTV(former
> > WebTV) service. Even the latest 2.8.1 version of this browser is
> > very outdated in support of both JS and CSS. It does not support
> > getElementById at all - only document.all.[/color]
>
> Thank you for that information. I though IE 4 was the only browser to
> support document.all and not document.getElementById.
>
> For maximal compatability, I would use a function like
>
> function getElement(id) {
> if (document.getElementById) {return document.getElementById(id);}
> if (document.all) {return document.all[id];}
> if (document.layers) {return document.layers[id];}
> return window[id];
> }
>[color=green]
> > The CSS support is very strange.[/color]
> ...
> Sounds like an early, and slightly mangled, version of IE 4 :)
>
> /L
> --
> Lasse Reichstein Nielsen -
lrn@hotpop.com
> Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit.html>
> 'Faith without judgement merely degrades the spirit divine.'[/color]