-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.htm
More file actions
executable file
·22 lines (16 loc) · 859 Bytes
/
form.htm
File metadata and controls
executable file
·22 lines (16 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>form</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<meta name="Microsoft Theme" content="none"></head>
<body bgcolor="#00FF00" text="#FF0000">
<p><font face="Beesknees ITC" size="6">Request a Movie</font></p>
<form action="http://www.it.brighton.ac.uk/cgi-bin/mas/mas_form">
<p>Enter the title of the movie or TV show you would like to see on my page:</p>
<p><input type="text" name="Movie" size="49"></p>
<p><input type="submit" value="Tell me the Movie" name="B1"> <input type="reset" value="Clear" name="B2"></p>
</form>
<h5>Last revised:<!--webbot bot="TimeStamp" S-Type="EDITED" S-Format="%B %d, %Y" startspan -->April 11, 2000<!--webbot bot="TimeStamp" endspan i-checksum="16741" --></h5>
</body>
</html>