jhona
03-03-2002, 03:30 PM
I have this script will send selections to my email but I can't seem to configure the "mail to" part of it. Here is the script as it was from the javascript site. There is no script in the head section.
What do I put in the "action" area to get it to my mailbox?
<HTML>
<HEAD>
<TITLE>A Sample Fill In Page</TITLE>
</HEAD>
<BODY bgcolor="tan">
<p align="center"><font face="verdana, ariel" color="black" ><H2>Please fill out the information below</H2></p>
<p align="left"><FORM ACTION="http://www.huntingtonhomepages.com/cgi-bin/you/form.cgi" METHOD="post">
<P>Your Name: <INPUT TYPE="text" NAME="name" SIZE="20"></P>
<P>Your Email Address: <INPUT TYPE="text" NAME="email" SIZE="20"></P>
<P>Your URL: <INPUT TYPE="text" NAME="url" SIZE="20"></P>
<P>Your favorite website: <INPUT TYPE="text" NAME="website" SIZE="30"></P>
<P>Which award are you applying for<br>
<INPUT TYPE="radio" NAME="select" VALUE="pin1"> pin1
<INPUT TYPE="radio" NAME="select" VALUE="pin2">pin2
<INPUT TYPE="radio" NAME="select" VALUE="pin3">pin3
<INPUT TYPE="radio" NAME="select" VALUE="pin4"> pin4
<INPUT TYPE="radio" NAME="select" VALUE="pin5"> pin5
<INPUT TYPE="radio" NAME="select" VALUE="profile1">pin6
<INPUT TYPE="radio" NAME="select" VALUE="profile2"> pin7
</P>
<P>Please <INPUT TYPE="submit" VALUE="Submit"> the Information</P>
</FORM>
<P align="center"><TABLE cellpadding="2" cellspacing="2" width="75%" border="5" align="center" bgcolor="#C9C9C9">
<TR>
<TD><IMG src="pin1.gif" width=115 height=114 border=0 alt="award1"></TD>
<TD><IMG src="pin2.gif" width=138 height=115 border=0 alt="award1"></TD>
<TD><IMG src="pin3.gif" width=121 height=116 border=0 alt="award1"></TD>
<TD><IMG src="pin4.gif" width=118 height=113 border=0 alt="award1"></TD>
</TR>
<TR>
<TD><IMG src="awardart.gif" width=150height=161 border=0></TD>
<TD><IMG src="award2.gif" width=150 height=156 border=0 alt="award1"></TD>
<TD> </TD>
<TD> </TD>
</TR>
</TABLE>
</BODY>
</HTML>
Thanks in advance,
jhona
What do I put in the "action" area to get it to my mailbox?
<HTML>
<HEAD>
<TITLE>A Sample Fill In Page</TITLE>
</HEAD>
<BODY bgcolor="tan">
<p align="center"><font face="verdana, ariel" color="black" ><H2>Please fill out the information below</H2></p>
<p align="left"><FORM ACTION="http://www.huntingtonhomepages.com/cgi-bin/you/form.cgi" METHOD="post">
<P>Your Name: <INPUT TYPE="text" NAME="name" SIZE="20"></P>
<P>Your Email Address: <INPUT TYPE="text" NAME="email" SIZE="20"></P>
<P>Your URL: <INPUT TYPE="text" NAME="url" SIZE="20"></P>
<P>Your favorite website: <INPUT TYPE="text" NAME="website" SIZE="30"></P>
<P>Which award are you applying for<br>
<INPUT TYPE="radio" NAME="select" VALUE="pin1"> pin1
<INPUT TYPE="radio" NAME="select" VALUE="pin2">pin2
<INPUT TYPE="radio" NAME="select" VALUE="pin3">pin3
<INPUT TYPE="radio" NAME="select" VALUE="pin4"> pin4
<INPUT TYPE="radio" NAME="select" VALUE="pin5"> pin5
<INPUT TYPE="radio" NAME="select" VALUE="profile1">pin6
<INPUT TYPE="radio" NAME="select" VALUE="profile2"> pin7
</P>
<P>Please <INPUT TYPE="submit" VALUE="Submit"> the Information</P>
</FORM>
<P align="center"><TABLE cellpadding="2" cellspacing="2" width="75%" border="5" align="center" bgcolor="#C9C9C9">
<TR>
<TD><IMG src="pin1.gif" width=115 height=114 border=0 alt="award1"></TD>
<TD><IMG src="pin2.gif" width=138 height=115 border=0 alt="award1"></TD>
<TD><IMG src="pin3.gif" width=121 height=116 border=0 alt="award1"></TD>
<TD><IMG src="pin4.gif" width=118 height=113 border=0 alt="award1"></TD>
</TR>
<TR>
<TD><IMG src="awardart.gif" width=150height=161 border=0></TD>
<TD><IMG src="award2.gif" width=150 height=156 border=0 alt="award1"></TD>
<TD> </TD>
<TD> </TD>
</TR>
</TABLE>
</BODY>
</HTML>
Thanks in advance,
jhona