Created
August 7, 2009 13:20
-
-
Save tmaslen/163890 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB"> | |
<head profile="http://dublincore.org/documents/dcq-html/"> | |
<title></title> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
<link rel="schema.dcterms" href="http://purl.org/dc/terms/" /> | |
<meta name="DCTERMS.created" content="2006-09-15T12:00:00Z" /> | |
<meta name="DCTERMS.modified" content="2006-09-15T12:35:00Z" /> | |
<!--[if IE]><![if gte IE 6]><![endif]--> | |
<script src="http://www.bbc.co.uk/glow/1.5.1/core/core.js" type="text/javascript"></script> | |
<script src="http://www.bbc.co.uk/glow/1.5.1/widgets/widgets.js" type="text/javascript"></script> | |
<link href="http://www.bbc.co.uk/glow/1.5.1/widgets/widgets.css" type="text/css" rel="stylesheet" /> | |
<script type="text/javascript"> | |
glow.ready(function(){ | |
var myForm = new glow.forms.Form("#myForm"); | |
myForm.addTests( | |
"fldCode", | |
[ | |
"is", { | |
'arg': "HF4TR", | |
message: "Wrong answer" | |
} | |
] | |
); | |
}); | |
</script> | |
<style type="text/css"> | |
</style> | |
<!--[if IE]><![endif]><![endif]--> | |
</head> | |
<body> | |
<form id="myForm"> | |
<input name="fldCode" type="text" id="fldCode"/> | |
<input type="submit" name="Submit" value="Submit" tabindex="1" /> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment