hi
i m using
its not opening email client means outlook express or microsoft outlook.Code:<a href="mailto:vineet@vineet.com">vineet@vineet.com</a>
i m using IE7 and FF3
whats wrong.
vineet
hi
i m using
its not opening email client means outlook express or microsoft outlook.Code:<a href="mailto:vineet@vineet.com">vineet@vineet.com</a>
i m using IE7 and FF3
whats wrong.
vineet
Last edited by vineet; 12-21-2008 at 08:08 AM. Reason: resolved
That is the correct code, but mailto links are always a bit iffy, as whatever your default mail program is, the mailto link opens it, maybe you have this disabled so nothing happens - I would suggest using a form instead.
With a contact form, the user can fill in the message directly in the website and it will be sent to the required email address with PHP. That way, there is no need to log in to Outlook or whatnot.
However, if you really want the link to open the default email program then you might want to test that link on a different computer, or look over your default email program settings, because the code you have posted looks just fine and should work properly.
Try clicking this link to see if your default email program opens up: vineet@vineet.com
There is no requirement that a given computer have a default mail program configured. In fact, if all users of a given machine use a third party host (like gmail or hotmail) for their email, it is preferable not to, as having a default mail program that cannot interface with these third party hosts would only lead to errors and/or confusion.
That is why it is always preferable on a web page that has link for email to use a form that activates your site's host's native email program. The advantage there is that it can mail wherever you like and doesn't depend upon the user having a default email program configured. The disadvantage is that in order to get a return email address from the user, he or she must enter it into the form properly.
If your site's host doesn't have an email program available to you, there are third party email hosts (some free - with or without ads) you may use.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
if you need a contact form you can use mine check it out at http://www.owt200x.us/contactform
If you want to use a contactf orm template you have, then let me know, I can integrate the processing code for my contact form into yours.
Barry "OwT"
Bookmarks