topical media & game development
basic-web-html-12-ch12-eg05.htm / htm
<html>
<head>
<title>The test() method</title>
<script type="text/JavaScript">
function validate(form) {
var returnValue = true;
var amountEntered = document.frmCurrency.txtAmount.value;
var currencyFormat = /^\d+(\.\d{1,2})? <input type="text" name="txtAmount" id="txtAmount" size="7" />
<input type="submit" value="Check format" />
</form>
</body>
</html>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.