hey ya,
Is there a website / manual for how to use javascript functions, and what lists all the functions in javascript?
I know javascript is very much like PHP ETC, but some of the functions are like alot diff....
ne how, tnx
Printable View
hey ya,
Is there a website / manual for how to use javascript functions, and what lists all the functions in javascript?
I know javascript is very much like PHP ETC, but some of the functions are like alot diff....
ne how, tnx
I use:
http://devedge.netscape.com/library/.../contents.html
There's also the official ECMA Script specs, but those aren't as easy to use.
Also for the HTML DOM try this: http://www.w3.org/TR/DOM-Level-2-HTML/html.html
You may also want to visit Microsoft's MSDN section, and do a search for DHTML/JavaScript: http://msdn.microsoft.com/ It contains quite a lot of IE specific functions, those that NS do not support.