Hello, I use Html 4.0 in Dreamweaver program, to send an email, I know that I must put a Form, and I make the Form Action:
mailto:MyEmail@ hotmail.com
Then I put to the Form three textboxes:
1- From Textbox.
2- Title Textbox.
3- Message Textbox.
And I make a submit button to the Form.
When I debug it:
First I press the submit button, then Outlook program start running, So I do not want to send email by outlook, I want send email by Pressing the button.
Second, How Html can understand Title TextBox for Email Title, or Message TextBox for the email index.
Thanks for anyhelp.
mailto:MyEmail@ hotmail.com
Then I put to the Form three textboxes:
1- From Textbox.
2- Title Textbox.
3- Message Textbox.
And I make a submit button to the Form.
When I debug it:
First I press the submit button, then Outlook program start running, So I do not want to send email by outlook, I want send email by Pressing the button.
Second, How Html can understand Title TextBox for Email Title, or Message TextBox for the email index.
Thanks for anyhelp.
Comment