Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: AppVersion property - how it works?


Message #1 by "Chris Ullman" <chrisu@w...> on Thu, 15 Mar 2001 16:38:37
The Navigator object has an AppVersion property which returns information 
about the version of the browser. The first three characters are 
invariably the version of the browser, followed by a load of supplementary 
information. Except they aren't for IE browsers and Opera browsers later 
than 4.0. So Netscape 2.02 will return 2.02(extra inf), and IE 4.0 will 
return 4.0(extra inf), but IE 5.5 and Opera 5 both return 4.0 and then 
return the extra version information in brackets afterwards. Is there any 
reason why this should be?

Chris

  Return to Index