Wednesday, October 21, 2009

HTML help needed for email link.?

If my email address was abc@yahoo.com what would the html code be that would create a link that a customer could click on to email me directly from that page?

HTML help needed for email link.?
%26lt;a href=" mailto:abc@blah.com"%26gt;E-mail me! %26lt;/a%26gt;
Reply:%26lt;a href="mailto:abc@yahoo.com"%26gt;My Email%26lt;/a%26gt;
Reply:1) Your page has to be hosted on a computer that has access to an SMTP server.





2) The code depends on what language the hosting computer supports, php or ASP.





Look for "sendmail" code for whatever language your host supports. (You can't do it in html - html is contentl, not code.)
Reply:The mailto tag brings up the user's default email program with your email address already entered.





Another way is as a previous answerer has described: if you have an SMTP mail server you can post a mail form on your web page for the user to submit to your application server, then you write Java or scripting code such as JSP/ASP to process the submitted email text and addresses and sends the email from behind your firewall.
Reply:%26lt;a href=" mailto:email@example.com"%26gt;Email%26lt;/a%26gt;





I think...
Reply:mailto:abc@yahoo.com

network

No comments:

Post a Comment

Blog Archive