PDA

View Full Version : Reference


Hawk
07-16-2002, 12:48 AM
Is there a good reference to javascript. I need something that shows all functions that can be used in javascript. I am using Netscape site for reference but it seems like it does not have all the functions such as charAt.

Thanks

Spookster
07-16-2002, 01:46 AM
the charAt function is a method of the String object:

http://developer.netscape.com/docs/manuals/js/client/jsref/string.htm

Hawk
07-16-2002, 02:13 AM
It was right under my nose all this time.