Re: Javascript problem, how to control special characters from being entered into textbox

2006-06-27 Thread Frank W. Zammetti
---- >> From: Medicherla Lakshmi [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, June 27, 2006 2:29 PM >> To: Struts Users Mailing List >> Subject: Javascript problem, how to control special characters from >> being >> entered into textbox >> >> Hi, >>

Re: Javascript problem, how to control special characters from being entered into textbox

2006-06-27 Thread Monkeyden
June 27, 2006 2:29 PM To: Struts Users Mailing List Subject: Javascript problem, how to control special characters from being entered into textbox Hi, I hava a javascript problem. I need to restrict anyone entering special characters into a textbox which is there in my html. I know that i can us

RE: Javascript problem, how to control special characters from being entered into textbox

2006-06-27 Thread Mukta
gex.Pattern and java.util.regex.Matcher classes at server side. -Original Message- From: Medicherla Lakshmi [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 2:29 PM To: Struts Users Mailing List Subject: Javascript problem, how to control special characters from being entered into textb

Javascript problem, how to control special characters from being entered into textbox

2006-06-27 Thread Medicherla Lakshmi
Hi, I hava a javascript problem. I need to restrict anyone entering special characters into a textbox which is there in my html. I know that i can use onKeyPress event to handle this, but for this i need to know the keycodes. Please anyone tel me if there is any other way to handle this