blob: 431efb1ef76c8c688859e68c6fe91165df56d199 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Forms Tutorial [success!]</title>
</head>
<body>
<h1>Submission Was OK!</h1>
<p>You have successfully submitted the form page. The validation (if present)
on the form has passed. This page shows you the values of the <b>Visit</b> object,
which was used to hold the field values that you entered on the form:</p>
<center>
<table border=1 width="70%">
<tr>
<td>
<ul>
<li>Name: <span jwcid="name"/>
<li>Date of Birth: <span jwcid="dob"/>
<li>Favorite Colour: <span jwcid="colour"/>
</ul>
</td>
</tr>
</table>
</center>
</body>
</html>