﻿
This is a free script from http://www.habib.ir

Open the tell.php in text editor(example:Notepad) and change the link of back button (in the end of page).
Use (tell.htm) page for one page only, example Home page.
And edit the URL in the source of tell.htm page (near the end of page).

For several page use below form.
Copy and paste below lines in any page,then edit the URL in below (near the end of this page).



<form method=post action=tell.php>
      <div align="center">
      <center>
      <table  border="2" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bgcolor="#009933" bordercolor="#C0C0C0">
<td colspan=2 align=center><font face='Verdana' size='2' ><b>TELL A FRIEND</b></font></td></tr>

<tr><td width=100><font face='Verdana' size='2' >Your Name</font></td><td width=200>
  <input type=text name=yourname size="25"></td></tr>
<td><font face='Verdana' size='2' >Your Email</font></td><td>
  <input type=text name=youremail size="25"></td></tr>
<tr ><td><font face='Verdana' size='2' >Your Friend's Name</font></td><td>
  <input type=text name=friendname size="25"></td></tr>
<td><font face="Verdana" size="2">Your Friend's Email</font></td><td>
  <input type=text name=friendemail size="25"></td></tr>
<tr ><td><font face='Verdana' size='2' >Your Message</font></td><td><textarea name=yourmsg rows=5 cols=20></textarea></td></tr>
<!--change URL in below line-->
<input type=hidden value='http://www.sitename.com/pagename.htm' name=ref>

<td colspan=2 align=center><font face='Verdana' size='2' ><input type=submit value='Send'><input type="reset" value="Reset" name="B2"></font></td></tr>
</table>
        </center>
      </div>
</form>

