prototype modification for input objects [message #547993] |
Mon, 19 March 2012 07:49 |
Plymouth_Rock
Messages: 13 Registered: December 2008
|
Junior Member |
|
|
Hi All,
Found no other suitable thread group for a javascript issue. Please help me out.
In my jsp I have used a form where I will capture different numbers via input objects. Some fields will be dynamically created. As normally for validation of input data people use to check numeric key pressing in onkeypress event, I would like to change this activity to be accompanied in object prototype. So that whenever any input object will be created, this will have the onkeypress validation already associated.
Is it possible?
Thanks
P_R
|
|
|