Informations about DOM Javascript in links
Luca Manganelli <[email protected]>
| Newsgroups | gmane.comp.web.links.list |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm new to this mailing list. I'm developing a web page for links browser. What I need is the DOM Documentation for keypress events. In particular, I need to get this code working for links: <html> <body> <form> <input TYPE=text SIZE=30 NAME="T1" onKeyPress="alert(event.charCode)"> </form> </body> </html> As you can see, the onKeyPress event is working and the alert does too; but he cannot give the key number. Any idea how to get this working? _______________________________________________ Links-list mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/links-list