blob: da70ecc43c8337e19395a1bc0c94ba194203bb92 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Forms Tutorial</title>
</head>
<body>
<h1>Form Tutorial</h1>
Enter some fields on this page, and press the submit button.
<span jwcid="body">
<form jwcid="form">
<table>
<tr>
<td>Your name:</td>
<td><input jwcid="name">Neil</input></td>
</tr>
<tr>
<td>Date of birth:</td>
<td><input jwcid="dateOfBirth"/></td>
</tr>
<tr>
<td>Favourite colour:</td>
<td><input jwcid="favColour"/></td>
</tr>
<tr>
<td colspan=2><font color="red"><span jwcid="errors"/></font></td>
</tr>
<tr>
<td colspan=2><input type="submit" jwcid="submit"/></td>
</tr>
</table>
</form>
</span>
</body>
</html>