<form name="form" method="post" action="form.email.value" enctype="text/plain"
onSubmit="return validate_form()"><input type="text" size="40" name="email">

解决方案 »

  1.   

    在你的validate_form()函数中最后写上
    formname.action=formname.email.value
      

  2.   

    <CENTER>
          <FORM name=use><TEXTAREA class=pt9 cols=35 name=runit rows=5>你只要改变发送邮件的主题和相应的E-mail地址即可。</TEXTAREA> 
          </FORM>
          <FORM action=mailto:[email protected]?subject=邮件主题 encType=text/plain 
          method=post name=mailone onclick=mailer()><INPUT name=mail1 type=hidden> <INPUT class=pt9 name=submit2 type=submit value=发到mail1> </FORM>
          <FORM action=mailto:[email protected]?subject=邮件主题 
          encType=text/plain method=post name=mailtwo onclick=mailer()><INPUT 
          name=mail2 type=hidden> <INPUT class=pt9 name=submit type=submit value=发到mail2> 
      </FORM></CENTER></TD></TR></TBODY></TABLE></CENTER><BR><BR>
    <CENTER>
      

  3.   

    <FORM action=mailto:[email protected]?subject=邮件主题 
          encType=text/plain method=post name=mailtwo onclick=mailer()>