/ Published in: JavaScript
Expand |
Embed | Plain Text
// activate with onkeyup function checkField(thisField) { thisField.value = thisField.value.replace(/[^0-9]/g,""); }
You need to login to post a comment.
// activate with onkeyup function checkField(thisField) { thisField.value = thisField.value.replace(/[^0-9]/g,""); }
You need to login to post a comment.