Click to See Complete Forum and Search --> : HTML specification
haroon
01-14-2003, 03:18 PM
hi
where from i get HTML specification or api and javascript specification or api using ie and netscape.
HTML APPLICATION TAGE
<HTA:APPLICATION minimizeButton="no"/>
where from i get all attributes of HTML APPLICATION TAGE
Charles
01-14-2003, 03:27 PM
The HTML 4.01 Specification is found at http://www.w3.org/TR/html4/.
Never seen anything like <HTA:APPLICATION> there. Seems like a microsoft thing.
http://tech.irt.org/articles/js191/
AdamGundry
01-15-2003, 11:01 AM
The closest I can suggest to a Javascript specification is the Netscape Javascript Reference Manual, found here:
http://developer.netscape.com/docs/manuals/communicator/jsref/
Adam
Stefan
01-15-2003, 01:16 PM
Originally posted by AdamGundry
The closest I can suggest to a Javascript specification is the Netscape Javascript Reference Manual, found here:
http://developer.netscape.com/docs/manuals/communicator/jsref/
Adam
The JavaScript spec (aka EMCA-script) can be found here.
http://ecma.ch/ecma1/STAND/ECMA-262.HTM
(site appears to be momentarilly down)
It's (especially compaierd to W3C specs) not very readable for humans, so you are probably better off reading the documentation over at Netscape (and microsoft for the IE specific details).