Information
Showing posts with label
function to check that number is numeric
.
Show all posts
Showing posts with label
function to check that number is numeric
.
Show all posts
Wednesday, October 6, 2010
Javascript: function to check that number is numeric
›
function IsNumeric(strString) { // check for valid numeric strings var strValidChars = "0123456789.-"; var strChar; var ...
›
Home
View web version