[Javascript] Capturing event keycodes in Netscape/Mozilla

liorean liorean at gmail.com
Sun Sep 12 07:10:32 CDT 2004


On Sun, 12 Sep 2004 00:24:26 -0500, Peter Brunone <peter at brunone.com> wrote:
>         Can someone please point me to a reference or tutorial so I can see how this is done?  I can do IE in my sleep, but the Moz stuff seems to be considerably different.

Try the Mozilla DOM samples list for concrete examples of how it's done:
<uri:http://cgi.din.or.jp/~hagi3/JavaScript/Mozilla/SampleList.cgi?fmt=html>

Try the Gecko DOM Reference for reference:
<uri:http://www.mozilla.org/docs/dom/domref/dom_event_ref.html#998197>

Read the [DOM2Events] specification:
<uri:http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/>

And finally, for explanation/tutorial go to BrainJar or Scott Andrew:
<uri:http://www.brainjar.com/dhtml/events/>
<uri:http://www.scottandrew.com/index.php/articles/events>
-- 
David "liorean" Andersson
<uri:http://liorean.web-graphics.com/>



More information about the Javascript mailing list