Blog Reader RSS LoveCherry 技术无极限 GEO MVP MS Project开源技术

Number Validation and Formatting using Javascript

链接地址:http://www.codeproject.com/KB/scripting/JSNumberFormatting.aspx
key to know:
Using the control is very easy and just needs adding the javascript code from the source page.
On the textbox on which the formatting needs to be applied, use the following code

onkeypress="return ValidateNumberKeyPress(this, event);" onkeyup="ValidateNumberKeyUp(this);"
onblur
="ValidateAndFormatNumber(this)"
posted @ 2008-04-09 12:47  大宋提刑官  阅读(149)  评论(0编辑  收藏  举报