Page 1 of 1

HTML and e-mail.

Posted: Sat Mar 04, 2006 12:51 pm
by Ironahand08
Alright, first let me explain what i want to do. Prefferably using HTML (or any web script that can make this happen) I want to send information entered into textboxes to my email without the email program opening on the client side computer.

I have used the

Code: Select all

<form action="mailto:[email protected]">
This does what i want it to, however it opens the email program on the users computer and requires them to send it from there.

Ok here are my questions:
Is this possible in HTML?
If not, is it possible in anyother web language?
If yes to either of the questions, could you explain the code to me?

Posted: Sat Mar 04, 2006 8:34 pm
by Phenomena