PDA

View Full Version : what do I put in the form action and method...



Weapon
May 3rd, 2001, 06:23
if I wanted it to post to a certain email address

lucifer
May 3rd, 2001, 07:57
<form name="form" action="post" action="mailto:me@my.com">


though it's nicer to do a cgi script to format and post the email