xxxxxxxxxx
1
2
<html>
3
<title>Another page</title>
4
<body>
5
<h1>Form Test</h1>
6
<Form method="post" action="mailto:andymorarescu@gmail.com">
7
<font size=4>
8
What is your name? <input type="text" name="FullName" size=25> <br>
9
Your email address <input type="text" name="Email Address" size=25><P>
10
Check all that apply:<BR>
11
<input type=checkbox name=Box1> First box <BR>
12
<input type=checkbox name=Box2> Second box <BR>
13
<input type=checkbox name=Box3> First box after the second one<BR>
14
<P>
15
<input type=radio name=Rad value=1> First circle box <BR>
16
<input type=radio name=Rad value=2> Second circle box<BR>
17
<input type=radio name=Rad value=3> Circle box number three <P>
18
Select an option: <BR>
19
<select name=Sel1>
20
<Option>Option 1
21
<Option>Option 2
22
<Option>Option 3
23
</Select><P>
24
Another, worse, option<BR>
25
<select name=Sel1 size=3 multiple>
26
<Option selected>Option 1
27
<Option>Option 2