File: table_add_comments.html

package info (click to toggle)
libcgi 1.0-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 940 kB
  • ctags: 268
  • sloc: sh: 2,700; ansic: 2,134; makefile: 232
file content (29 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (2)
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
29
<form action='gbook.cgi' method='post'>
<table width='50%' align='center' border='0' bgcolor='silver' cellpadding='1'>
<tr>
<td>
<table width='100%' align='center' bgcolor='#ffffff'>
<tr>
<td align='center'><font face='arial' size='3' color='#ff0000'><b>Add your message</b></font></td>
</tr>

<tr>
<td>Name: <input type='text' name='name'></td>
</tr>
<tr>
<td>E-mail: <input type='text' name='email'></td>
</tr>
<tr>
<td>Message: <textarea name='msg' rows='6' cols='40' wrap='virtual'></textarea></td>
</tr>

<tr>
<td align='center'><input type='submit' name='action' value='Hey... Click-me to send'></td>
</tr>

</table>
</td>
</tr>
</table>
</form>
<br>