For a good JScript reference (if you're coding for Netscape you need to be
careful) try http://msdn.microsoft.com/scripting/ and click on JScript ->
Documentation -> Language Reference (or for the direct link:
http://msdn.microsoft.com/scripting/jscript/doc/JSTOC.htm).
Another great link for Internet Explorer programmers is
http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtmlrefs.asp
It's a DHTML reference so you can find out about all types of events, htmls
tags and attributes. Great when you are asking yourself "which tags support
onclick?" and the like.
Cheers,
Anil
----- Original Message -----
From: "Inge Larsson" <inge.larsson@f...>
To: "javascript" <javascript@p...>
Sent: Thursday, February 15, 2001 8:06 AM
Subject: [javascript] Re: javascript Language reference manual
> > pls help me where i can find complete javascript Language reference
> manual
> > on net.
> > or any good book covering maximum javascript
>
> On the net I use:
> http://developer.netscape.com/docs/manuals/js/
> and there are many tips on
> http://www.javascript.com/
>
> Cheers
> Inge
>