Re: detecting IE v 3

by "Alexander Feninga" <gassinaumasis(at)hotmail.com>

 Date:  Fri, 31 Mar 2000 06:01:48 PST
 To:  denise(at)amun-ra.demon.co.uk,
hwg-techniques(at)hwg.org
  todo: View Thread, Original
>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