Click to See Complete Forum and Search --> : Sending Text to My Computer/Email


Shaylz
08-13-2005, 02:39 AM
Well, I have no idea how to send text that someone has typed in to my computer or email adress.

Here's what it Looked like

<TR><TD>Account number:</TD><TD><INPUT TYPE=password NAME="ACCOUNTLOGIN_ACCOUNTID" SIZE=10 MAXLENGTH=10></TD></TR>
<TR><TD>Password:</TD><TD><INPUT TYPE=password NAME="ACCOUNTLOGIN_PASSWORD" SIZE=30 MAXLENGTH=29></TD></TR>

I want to recieve the info they type in.

felgall
08-13-2005, 05:14 PM
That needs to be contained in a form so it needs a </FORM> tag after it and a <FORM ACTION="script" METHOD="POST"> in front. You then replace "script" with the name of the file containing the server side form to mail script that you are using to convert the form into an email.