Type: Posts; User: ksmariraj
Thanks wbport :)
Hi Wbport Thanks for answering ..where we use that in my code ?
<html> <script> function doCheck(txtidval) { var i,exceptions=[8,46,37,39,13,9]; // backspace, delete, arrowleft & right, enter, tab var isException=false; var isDot=(190==event.keyCode); //...