Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

It works under FF 2.0.0.6 and not under IE 7

Status
Not open for further replies.

baratatonta

Programmer
Aug 1, 2007
3
US
Hello,

I've been battling this issue for a whole day and didn't reach to any conclusion.

Could someone tell me what's wrong (I guess everything) with this code?

</p></form><form method="post" action="mailto:me@we.com?subject=whatever" >

<input type=hidden value="peterk@wecollect4u.com" />
<div align="center"> -->
<a href="mailto:me@we.com?subject=whatever&body=abcdefghij" >

<input type=submit value=SUBMIT name=submit />
<input type=reset value=RESET name=reset />

</a>
-
</div>



The funny thing to ad to this mess is that under FF, the mail is called twice instead of only once.


Thanks for any help.And yes, I'm starting a new life in lower platforms.
 
And what happens if you remove:
Code:
<a href="mailto:me@we.com?subject=whatever&body=abcdefghij" >
?

Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
HI traingamer,

Thanks for the reply.


It works OK under IE 7 but fails under Firefox.

At this point I'm not concerned with Firefox.

I have the &body=abcde... but that didn't show up in the email. Do you have any idea why?

I'll have to open another thread to deal with some other issues within the same email.


peter

Thank you for your time.





Thanks
 
Greg,

I just realized this now.
I have at the <body>
<form action="" method="post" name="form1" id="form1" onsubmit="MM_validateForm('Option','','RinRange1:2','Company','','R','Contact','','R','Email','','RisEmail','Phone','','R');return document.MM_returnValue">

This part will validate all the fields above.

With the email, working, the validation stopped working.

Sorry ask you again, but what's going on ? Would you have some clue?


Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top