Click to See Complete Forum and Search --> : HTML Application tage attributes
haroon
01-14-2003, 03:10 PM
Hi,
HTML Aplication tag
EG:
<HTA: minimizeButton=no />
any one know all Attribriutes HTML Application tage
plz tell me
and where from i get specification of java script and html
thanks
Dan Drillich
01-14-2003, 03:21 PM
For ECMAScript 4 you can use - http://www.mozilla.org/js/language/es4/index.html
Cheers,
Dan
Charles
01-14-2003, 03:33 PM
But that's a proposed standard. The best I've found for JavaScript is at http://developer.netscape.com/docs/manuals/js/client/jsref/contents.htm it's a little behind the times, but that's not so bad and it does contain a lot of things not found elsewhere. For the current version of ECMA-262 see http://www.ecma.ch/ecma1/STAND/ECMA-262.HTM. JavaScript is, for the most part, a super set of ECMA Script.