aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Help Regarding Key Listener in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Help Regarding Key Listener in JSP" Watch "Help Regarding Key Listener in JSP" New topic
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
    
  13

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
    
    6
look into onkeypress, onmouseclick, onmousemove

Eric
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Help Regarding Key Listener in JSP
 
Similar Threads
Java, how to set path in cmd?
Regarding Listener
Problems in Focus
about listener
How to make my swing listen to key events?