| Author |
Help Regarding Key Listener in JSP
|
Santhana Lakshmi.S
Ranch Hand
Joined: Aug 16, 2005
Posts: 82
|
|
hi can i add key listener and mouse listener in jsp if i can do that one tell me the solution, how to add this listeners in jsp. can any one know send me reply as soon as possible. thanks in advance
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
JSP is simply a templating technology for formatting HTML pages to be sent to the brower. Once on the browser, you are in the realm of HTML and Javascript. Moved to the HTML.Javascript forum
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
look into onkeypress, onmouseclick, onmousemove Eric
|
 |
 |
|
|
subject: Help Regarding Key Listener in JSP
|
|
|