+ 1
Mailto in HTML
How can I create a mail link in HTML? (<a href=mailto:"mail@domain.info")???
1 ответ
0
you can use this link....and add subject and target..,
<a href="mailto:someone@example.com?Subject=Hello" target="_top">Send Mail</a>
How can I create a mail link in HTML? (<a href=mailto:"mail@domain.info")???