Tagged Questions
1
vote
4answers
543 views
How do I use JavaScript for number formatting?
I want to use JavaScript to restrict input on a text box to currency number formatting. For example:
<input type="text" value="2,500.00" name="rate" />
As given above, the text box should ...
0
votes
3answers
41 views
Using 2 functions at the same time to validate form
im trying to put to javascript functions that will validate a form, but cant make it work.
This is what i have :
<script type="text/javascript" language="JavaScript">
function checkForm(f)
...