E-Mail Current Form

liunx

Guest
Is There Any Way To E-Mail The Current Form in the HTML via<br />
Java Script. The E-Mail Address will always be known.<br />
<br />
Any Help would be appreciated.<br />
<br />
Thank You <br />
Clyde<!--content-->Add the following in the forms action attribute<br />
<br />
action="mailto:[email protected]"<br />
make sure the method="post" and enctype="text/plain"<!--content-->And of course, based on browser security settings the user will probably be warned about sending out an e-mail from his e-mail address and possibly be allowed to answer yes or no.<!--content-->
 
Back
Top