File: form.html

package info (click to toggle)
libroxen-mailit 1.7-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 88 kB
  • sloc: makefile: 37
file content (18 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>MailIt! Example Page</title>
</head>
<body bgcolor=white text=black>
<h2>Comments and Suggestions</h2>
Your comments are important to us! Please use this for to let us know what
you think.
<form action=template.html>
<input type=text size=30 name=name> My real name<br>
<input type=text size=30 name=email> My email address<br>
<textarea rows=5 cols=30 name=message>
</textarea>
 Your message
<input type=submit value="electrify my thoughts!">
</form>
</body>
</html>