Email a Post

liunx

Guest
Hope Im in the right area, I want to have a script that will allow some one to copy and paste just the info they want and email it...to a friend or back to themselves for future referances...anybody know what im missing here,<br />
<br />
<html><br />
<!-- creation date: 4/10/02 --><br />
<head><br />
<title></title><br />
<meta name="Description" content=""><br />
<meta name="Keywords" content=""><br />
<meta name="Author" content=""><br />
<meta name="Generator" content=""><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
</head><br />
<body><br />
<html><br />
<head><title>none yet</title></head><br />
<bgcolor="#CCCCCC"><br />
<p align="center"><font face="verdana, arial" size="2" >Send a posting</font></p><br />
<br />
<br />
<FORM ACTION="sendpage" METHOD="post" name=frmReferral><br />
<TABLE BORDER="0" align="center" width="300"><br />
<TR><br />
<TD VALIGN="top" ALIGN="right"><font face="verdana, arial" size="1" >Your Name:</font></TD><br />
<TD><INPUT TYPE="text" NAME="posting" VALUE="" SIZE="40" style="font-size: 10px; font-family: Verdana"></TD><br />
</TR><br />
<TR><br />
<TD VALIGN="top" ALIGN="right"><font face="verdana, arial" size="1" >Your E-mail:</font></TD><br />
<TD><INPUT TYPE="text" NAME="posting" VALUE="" SIZE="40" style="font-size: 10px; font-family: Verdana"></TD><br />
</TR><br />
<TR><br />
<br />
<TD VALIGN="top" ALIGN="right" nowrap><font face="verdana, arial" size="1" >Friend's <br />
E-mail:</font></TD><br />
<TD><INPUT TYPE="text" NAME="posting" VALUE="" SIZE="40" style="font-size: 10px; font-family: Verdana"></TD><br />
</TR><br />
<TR><br />
<td align="center" colspan="2"><font face="verdana, arial" size="1" >Paste in the posting you want to email</font><br><br />
<TEXTAREA NAME="posting" COLS="60" ROWS="10" WRAP="VIRTUAL" style="font-size: 10px; font-family: Verdana" readonly>Test post email<br />
</TEXTAREA><br />
</TR><br />
<TR><br />
<TD align="center" colspan="2"><INPUT TYPE="reset" VALUE="Clear Names" name=rstReferral style="font-family: Verdana; font-size: 10px; font-weight: bold; background-color: #CCCCCC; color: #000000">&nbsp;&nbsp;<INPUT TYPE="submit" VALUE="Send E-mail" name=subReferral style="font-family: Verdana; font-size: 10px; font-weight: bold; background-color: #CCCCCC; color: #000000"></TD><br />
</TR><br />
</TABLE><br />
</FORM><br />
<br />
</body><br />
</html><!--content-->well it looks like you have everything and more. you have an <html> tag after the body tag, plus head tags too. also make sure you name the inputs all different names as you have them all one name (NAME="posting")<!--content-->
 
Back
Top