| Author |
client side validation in jsp
|
punitha purusothaman
Greenhorn
Joined: Sep 07, 2012
Posts: 2
|
|
Hi,
I created the jsp in eclipse for the screen design..in that i created the editable drop down where i can type as well as select...here i want to include the validation to accept only character using java script....
i implemented that in onblur and onkeyup events..but its not working....can any one help at which event i ve to include the java script function to validate the editable drop down..
|
 |
Ashwini Kashyap
Ranch Hand
Joined: Aug 30, 2012
Posts: 61
|
|
Hi Punitha,
For drop down, you need to make use of onchange event.
Thanks and Regards,
Ashwini Kashyap | akashyap@infocepts.com | www.infocepts.com
|
 |
 |
|
|
subject: client side validation in jsp
|
|
|