aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes restrict space bar use on textfield on jsp pages Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "restrict space bar use on textfield on jsp pages" Watch "restrict space bar use on textfield on jsp pages" New topic
Author

restrict space bar use on textfield on jsp pages

niraj karki
Greenhorn

Joined: Jul 02, 2009
Posts: 1
Dear Friends I am having problem to restrict my customers for using space bar on text field .

I dont want them to use space in text box while filling form..

Can I get any jsp codes to restrict use of space ..


Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 48839

No. This is not something you will be able to do with JSP. You will need to use JavaScript.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
ujjwal soni
Ranch Hand

Joined: Mar 28, 2007
Posts: 382
Hi,

You can do something like this using javascript to prevent space bar.l



^ ^
|| ||
A trigger that detects To check which key is pressed (Here 32 is the key code for space bar)
each key down event

This message was edited 1 time. Last update was at by ujjwal soni



Cheers!!!
Ujjwal B Soni <baroda, gujarat, india> <+919909981973>
"Helping hands are better than praying lips......"
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 14857
How about you just replace the spaces on the server and not worry about it at all?

Eric
 
 
subject: restrict space bar use on textfield on jsp pages
 
developer file tools