PDA

View Full Version : Send to a friend


Scott
12-20-2004, 01:51 PM
does anyone know where i can get the code for send to a friend like when people view a picture or something on my site they then can fill out a list of friends email so it can be sent to them ? B)

chilipie
12-20-2004, 07:56 PM
http://www.cj-design.com/index.php?content=downloads&page=3

Very good, I've used this on my sites before.

Scott
12-20-2004, 08:38 PM
thanks works great :D

Becky92589
01-05-2005, 02:46 AM
I use the following script. It's really simple, but it works for me


<form action="http://www.searchbliss.com/refer-it.asp" method="post" target="_blank" name=frmReferral>
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td align="right"><font face="Arial" size="-1">Your Name:</font></td>
<td>
<input type="text" name="txtFromName" size="15">
</td>
</tr>
<tr>
<td align="right"><font face="Arial" size="-1">Your E-mail:</font></td>
<td>
<input type="text" name="txtFromEmail" size="15">
</td>
</tr>
<tr>
<td align="right"><font face="Arial" size="-1">Friend's Name:</font></td>
<td>
<input type="text" name="txtFromFName" size="15">
</td>
</tr>
<tr>
<td align="right" height="2">
<div align="center"><font face="Arial" size="-1">Friend's E-mail:</font></div>
</td>
<td valign="top" align="left" height="2">
<input type="text" name="txtToEmail" size="15">
</td>
</tr>
<tr>
<td colspan="2">
<div align="center">
<input type="reset" value="Reset" name=rstReferral>
<input type="submit" value="Send E-mail" name=subReferral>


<!-- Please do not remove below this line or it won't work -->
<script language="JavaScript">
<!--
y0="<input type=hidden name=url value="+window.location+">";
//--->
</script>
<script language="JavaScript">
<!---
document.write(y0);
//--->
</script>