aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes How to deny the Enter key press action Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "How to deny the Enter key press action" Watch "How to deny the Enter key press action" New topic
Author

How to deny the Enter key press action

Harish Muthuraman
Greenhorn

Joined: Jun 10, 2010
Posts: 11
I have a text box in the .jsp file.
Present condition : when the user enters the value in the text field and hits 'Enter' key the page is submitted.
Required : When Enter key is hit, the page must not be submitted.

Can any one help??


With Regards
Harish M
Avishkar Nikale
Ranch Hand

Joined: Aug 06, 2010
Posts: 173
This is more of a HTML/Javascript question & you will need to learn javascript events to this.

Enough help will be available on forum & internet.

http://www.coderanch.com/t/115776/HTML-JavaScript/Form-Submit-Hitting-Enter-key


Regards,
Avishkar Nikale
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

Moved to the HTML forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to deny the Enter key press action
 
Similar Threads
Enter key form submission
HTML qn=== Urgent!!!
basic doubt
Strange - Page Submits!!!
Pressing enter key submits page