blob: 7c499bb39ee552982fee9efbb04011ccc96c2f04 [file] [log] [blame]
<span jwcid="shell">
<span jwcid="body">
<h1>Form Tutorial</h1>
Enter some fields on this page, and press the submit button.
<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>
</span>