Help bring traffic to your site.

  1. What the user sees:
    Friend's Email Address:
    Your Name:

  2. The HTML:
    <CENTER><FORM action="/cgi/sendtofriend.pl" action="post">
    <TABLE><TR><TD COLSPAN="2">
    <INPUT type="submit" 
    value="Click here to send a reference for this page to my friend!"></TD></TR>
    <TR><TD ALIGN=RIGHT><B>Friend's Email Address:</B></TD>
    <TD><INPUT name="email" type="text" size="25" maxlength="60"></TD></TR>
    <TR><TD ALIGN=RIGHT><B>Your Name:</B></TD>
    <TD><INPUT name="name" type="text" size="25" maxlength="60"></TD></TR>
    </TABLE></CENTER>