User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)
Dusmanta Rout wrote:
I have this JavaScript. But this code doesn't work in MAC.
1) Mouse rollover between cells doesn't work
2) Ascending and descending also doesn't work
As Brad correctly stated, this is the wrong list, and I don't know
enough of JavaScript to help you. I hope Google may get you a bit
further, otherwise here are some references I use for the occasional
JavaScript I've written:
Normative references: the standard defining JavaScript is really called
EcmaScript (after ECMA, the standardization organization).:
* ECMA-262, ECMAScript Language Specification, 3rd edition
http://www.ecma-international.org/publications/standards/Ecma-262.htm
* ECMA-290, ECMAScript Components Specification
http://www.ecma-international.org/publications/standards/Ecma-290.htm
I think this is more related have to JavaScript can access objects in
a webbrowser. More info in the DOM:
* Document Object Model (DOM)
http://www.w3.org/DOM/
This formally defines all the objects in a webpage.
Last, this is a nice quick-reference which also which does work on which
browser, and lists known bugs:
* JavaScript online quick reference
http://javascript-reference.info/
The author has more quick-references (HTML, CSS, regexps, etc.), most
free, some for sale at www.visibone.com
Good luck!
Freek
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden