DanJericho
07-12-2001, 04:15 PM
Is there a JavaScript API like there is for Java? Or anything that has a list of all the functions in JavaScript? Like, document.body.onclick, and stuff like that.
Thanks.
Thanks.
|
Click to See Complete Forum and Search --> : Javascript API DanJericho 07-12-2001, 04:15 PM Is there a JavaScript API like there is for Java? Or anything that has a list of all the functions in JavaScript? Like, document.body.onclick, and stuff like that. Thanks. Grizzly 07-12-2001, 05:33 PM There's tons out there. There's a nice list of functions here: http://www.coolnerds.com/xrefs/xrefjsom.htm Zoma 07-12-2001, 09:15 PM THE JavaScript reference can be found: [URL] http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/refer ence/dhtmlrefs.asp (http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/dhtmlrefs.asp) More than just a simple document, when you want to find out what objects have what properties, methods, and attributes, this is where to go. [This message has been edited by Zoma (edited July 12, 2001).] DanJericho 07-13-2001, 08:37 AM Thanks guys. That was exactly what I wanted. SharkyExtreme.com
Copyright Internet.com Inc. All Rights Reserved. |