[Javascript] Browser Support for JavaScript

gregory.john.toland at census.gov gregory.john.toland at census.gov
Thu Jan 10 08:32:48 CST 2002


Yes, I understand, but the majority of users do not upgrade their scripting
engines.  For our web site we want to have a Browser Notice that basically
says what versions of Netscape and IE supported javascript.  To that end, I
was going to display a table of the major browsers, by platform, of the
installed version of the scripting engine.

Gregory J Toland
Sr. Systems Architect
CHM, Inc.
(301) 457-8058
tolan002 at census.gov


                                                                                                                    
                    "Jeff Howden"                                                                                   
                    <jeff at c4webdesign       To:     <javascript at LaTech.edu>                                         
                    .com>                   cc:                                                                     
                    Sent by:                Subject:     RE: [Javascript] Browser Support for JavaScript            
                    javascript-admin@                                                                               
                    LaTech.edu                                                                                      
                                                                                                                    
                                                                                                                    
                    01/10/2002 01:12                                                                                
                    AM                                                                                              
                    Please respond to                                                                               
                    javascript                                                                                      
                                                                                                                    
                                                                                                                    




gregory,

><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
> From: gregory.john.toland at census.gov
>
> Does anyone know of a table out on the Internet that
> display the different Javascript (JScript) versions
> and the browsers that support those versions?
><><><><><><><><><><><><><><><><><><><><><><><><><><><><><

javascript versions and browser versions aren't a direct match-up for
internet explorer since you can upgrade the scripting engine independent of
the browser.  additionally, javascript versions on some platforms didn't
advance at the same rate as other platforms for the same browser.

just so you know, writing javascript based on version is a suicide run.
you're much better off using object and method detection.  that guarantees
that it won't throw errors in future browsers that may or may not support
those objects or methods.

good luck,

.jeff

http://evolt.org/
jeff at members.evolt.org
http://members.evolt.org/jeff/



_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript






More information about the Javascript mailing list