About damn time, it should be easy to have a javascript lib that automatically validates the input. Just do var i = document.getElementsByTagName(‘input’) for (var k in i) { if (i[k].type = ‘number’) {…..
This entry was posted on Friday, April 2nd, 2010 at 7:24 pm and posted in Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed.