How to check input text into web form? java script
- by butteff
how to check input text before POST operation? it must be numbers only
<form method="post" action="credit.php">
????? ???????: <input type="text" name="sum"> <br />
?????? ?????: <input type="text" name="pv"> <br />
????: <input type="text" name="srok"> <br />
?????????? ??????: <input type="text" name="percent"> <br />
<input type="submit">
</form>
sorry for my bad english.