<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml"[/URL] xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
<script src="Sample.js" type="text/javascript"></script>
<title>JavaScript Sample</title>
</head>
<body>
<form name="Scootchy">
<p>Input a time: <input type="text" name="VarName" id="VarName" value="" onkeyup="document.Scootchy.VarName.value=ValidateTime(document.Scootchy.VarName.value);return true;"></input></p>
</form>
</body>
</html>