ladee
01-12-2001, 04:49 PM
If you put the code somewhere and used it, what happens is when I get the email, it looks like this:
name=Di <--that's ok
email address=2delo@home.com
Now here the word 'address' is a part of the actual email address. In other words, if I click on that email addess to reply, along comes the word 'address' in that field as well. Got me? If not, try it yourself and see. That is what I am actually trying to clear up. Like so below is what is happening.
EMAIL ADDRESS=2delo@home.com (http://ADDRESS=2delo@home.com)
<!-- --><form name="email" method="POST" action="mailto:
2libras@home.com?subject=SHAGGY's Studio Status"
onSubmit="return mailMe( this.form )" enctype="text/plain">
<b><p>NAME:</b><br>
<input type="text" name="SUBMITTED BY" value size="30"><br>
<b>E-MAIL ADDRESS:</b><br>
<input type="text" name="EMAIL ADDRESS" value size="30"><p>
<input type="submit" value="ADD ME, NOW!"> <input type="reset" value="I GOOFED!">
</form>
<!-- -->
Is it possible to split the name/value pairs when sending form data via ACTION=MAILTO?
------------------
SHAGGY's Studio - 'Mr. Boombastic'
http://members.home.net/2libras/ss-index.html
[This message has been edited by ladee (edited 01-12-2001).]
name=Di <--that's ok
email address=2delo@home.com
Now here the word 'address' is a part of the actual email address. In other words, if I click on that email addess to reply, along comes the word 'address' in that field as well. Got me? If not, try it yourself and see. That is what I am actually trying to clear up. Like so below is what is happening.
EMAIL ADDRESS=2delo@home.com (http://ADDRESS=2delo@home.com)
<!-- --><form name="email" method="POST" action="mailto:
2libras@home.com?subject=SHAGGY's Studio Status"
onSubmit="return mailMe( this.form )" enctype="text/plain">
<b><p>NAME:</b><br>
<input type="text" name="SUBMITTED BY" value size="30"><br>
<b>E-MAIL ADDRESS:</b><br>
<input type="text" name="EMAIL ADDRESS" value size="30"><p>
<input type="submit" value="ADD ME, NOW!"> <input type="reset" value="I GOOFED!">
</form>
<!-- -->
Is it possible to split the name/value pairs when sending form data via ACTION=MAILTO?
------------------
SHAGGY's Studio - 'Mr. Boombastic'
http://members.home.net/2libras/ss-index.html
[This message has been edited by ladee (edited 01-12-2001).]