hwg-techniques archives | Mar 2000 | new search | results | previous | next |
Re: detecting IE v 3by "Alexander Feninga" <gassinaumasis(at)hotmail.com> |
|
>Is there a piece of javascript or something that I can use which will >detect just IE3? After all the effort it took getting the site >completed, I'm loathed to let IE3 get away with spoiling it!!!! var IE3 = (navigator.userAgent.indexOf('MSIE 3') != -1); Then do if (IE3) { IE3 specific code } ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA