how i can send email through java script

admin

Administrator
Staff member
<form action="mailto:[email protected]" method="post" ID=Form1>
<input type=text name=Name value=http://www.webdeveloper.com/forum/archive/index.php/"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.
 
Back
Top