Click to See Complete Forum and Search --> : how i can send email through java script


haroon
01-06-2003, 03:21 PM
<form action="mailto:yourmail@domainname.com" method="post" ID=Form1>
<input type=text name=Name value="Fill in your name" ID=Text1>
<input type=submit value=Send ID=Submit1>
</form>
in this case user received a message the data is send into mail adress its use outLook express . i want user donot know that these thing.and i want this done showing with out dialog box .
it is posible or not.

AdamGundry
01-06-2003, 03:48 PM
Not using client-side Javascript. You need a server-side language such as PHP, Perl, etc. Try searching the web for a form-to-mail script.

Adam