Simple Web form
<html>
<head><title>simple form</title></head>
<body>
<form name="simpleForm" method="put" action="simpleHandler.cgi">
Your email address:
<input type="text" name="email">
<input type="submit" value="Submit">
</form>
</body>
</html>
Previous slide
Next slide
Back to first slide
View graphic version