Peter J. Veger wrote:

for each browser, what DOM elements have the method click?

I cannot easily find the answer.

Well for Mozilla (and Mozilla based browsers like Netscape 7) you should really be able to work with the W3C DOM specification, for instance search
http://www.w3.org/TR/DOM-Level-2-HTML/html.html
for click and you will find that it documents the click method for <input> elements of a certain type:
http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-2651361
And Mozilla implements that. That is why
http://devedge.netscape.com/central/dom/
list links to the W3C DOM specifications.


--

        Martin Honnen
        http://JavaScript.FAQTs.com/

_______________________________________________
mozilla-documentation mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-documentation

Reply via email to