Guestbook Page
Home Page

About Page

Photo Page

What's New Page

Contact Page

Guest Book Page

A great place to gather information about your site and your customers by having them sign your guest book.
A guestbook allows visitors to your site to leave their comments and other information, which can then be viewed and added to by other visitors. Simply enter a snippet of code into your page, and you will have an instant guestbook.

Name:
Email:
HomePage:
Where are
you from:
Comments:
 

Your guestbook

<form action=/cgi-bin/guest method=post name=fhguest>
<table border=0 cellpadding=2 cellspacing=0>
<tr><td align=right>Name:</td><td><input type=text size=40 name=guest_name value='' maxlength=50></td></tr>
<tr><td align=right>Email:</td><td><input type=text size=40 name=guest_email value='' maxlength=100></td></tr>
<tr><td align=right>HomePage:</td><td><input type=text size=40 name=guest_URL value='http://' maxlength=100></td></tr>
<tr><td align=right>Where are<br>you from:</td><td><input type=text size=40 name=guest_address value='' maxlength=100></td></tr>
<tr><td valign=top align=right>Comments:</td><td><textarea name=guest_comments rows=4 cols=40 wrap=virtual></textarea></td></tr>
<tr><td> </td><td><input type=submit value='Submit My Information'><input type=reset value=Clear><input type='button' value='Home Page' onClick=location.href='http://teamtorture.freeservers.com'></td></tr>
</table></form>