Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Number only validation using onKeypress

Status
Not open for further replies.

chuckchuck

Programmer
Joined
Jan 16, 2002
Messages
1
Location
US
Does anyone have the code for form field validation using keypress which only allows numbers to be entered into the textbox. It checks the ascii value and only allows numbers to be input into the input buffer.

Chuck

PS Not looking for code that uses onChange/onBlur and looks at NaN-type checks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top