Supported Javascript versions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Robert Scheer

    Supported Javascript versions

    Hi.

    The application I am writing will be supported on IE 5x and Netscape
    6x. What are the Javascript versions these browsers support? I could
    not find any specific information about this topic on the MS site.

    Thanks,

    Robert Scheer
  • HikksNotAtHome

    #2
    Re: Supported Javascript versions

    In article <cfd22ab6.03073 11408.34d8d506@ posting.google. com>,
    rbscheer@my-deja.com (Robert Scheer) writes:
    [color=blue]
    >
    >Hi.
    >
    >The application I am writing will be supported on IE 5x and Netscape
    >6x. What are the Javascript versions these browsers support? I could
    >not find any specific information about this topic on the MS site.
    >
    >Thanks,
    >
    >Robert Scheer[/color]

    <script type="text/javascript">

    No version. Then, use object detection to make it "work" on any browser, not
    just IE5x and Netscape 6x. But what about IE6, NS7 and Mozilla?
    --
    Randy
    All code posted is dependent upon the viewing browser
    supporting the methods called, and Javascript being enabled.

    Comment

    • Jim Ley

      #3
      Re: Supported Javascript versions

      On Fri, 01 Aug 2003 04:15:36 -0400, DU <drunclear@hotR EMOVEmail.com>
      wrote:
      [color=blue]
      >Robert Scheer wrote:[color=green]
      >> Hi.
      >>
      >> The application I am writing will be supported on IE 5x and Netscape
      >> 6x. What are the Javascript versions these browsers support?[/color]
      >
      >Javascript language or DHTML object model + DOM 0? MSIE 5+ supports
      >ECMA-script 2nd edition (javascript version 1.3) while NS 6+ supports
      >ECMA-script 3nd edition (javascript version 1.5).[/color]

      NS 6.1 and IE5.5 support Ed. 3,

      NS6.0 does not.

      Jim.
      --
      comp.lang.javas cript FAQ - http://jibbering.com/faq/

      Comment

      Working...