Comments, Requests, Ideas, etc
Here is where you can read any comments about our site, any reviews of your own, basically anything you want.

Below is just my code for my guestboook so ignore it
<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 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://gamerfreaks.50megs.com'></td></tr> </table></form>
|