-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtipwrite.html
28 lines (28 loc) · 1013 Bytes
/
tipwrite.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<HTML>
<HEAD>
<!-- Created with AOLpress/2.0 -->
<TITLE>Sumbit a tip</TITLE>
</HEAD>
<BODY TEXT="#000000" LINK="#000000" VLINK="#000000" BACKGROUND="background.jpg">
<P ALIGN=Center>
<B><BIG><BIG><BIG><BIG><BIG>Sharing a
Tip</BIG></BIG></BIG></BIG></BIG></B>
<FORM action="" method="post">
<INPUT type="hidden" name="cgiemail_html" value="tipthanks.html">
<P ALIGN=Center>
<B>Name:</B>
<INPUT TYPE="text" NAME="name"><B><BR>
E-mail:</B>
<INPUT TYPE="text" NAME="email">
<P ALIGN=Center>
<B>Your Tip</B>:<TEXTAREA NAME="the_tip" ROWS="5" COLS="18"></TEXTAREA>
<P ALIGN=Center>
<INPUT TYPE=reset VALUE="Clear form">
<input type=submit VALUE=" Send It ">
<P ALIGN=Center>
<INPUT type="hidden" name="cgiemail_required" value="name:I need your name">
<INPUT type="hidden" name="cgiemail_required" value="email:I need your email addy">
<INPUT type="hidden" name="cgiemail_required" value="the_tip:I need you to write a tip">
</FORM>
</BODY></HTML>