The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> email link not functioning
jeffocal
post Apr 13 2016, 03:25 PM
Post #1





Group: Members
Posts: 1
Joined: 13-April 16
Member No.: 24,159



I please help me to understand why this email link is not functioning <p align="center"><a href="mailto:jeff_o_XXXXaghan@comcast.net"><font color="#0080ff" size="2" font="font">Email us your
<br/>comments or question<br/></font></a></p>

Thanks
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Apr 13 2016, 04:28 PM
Post #2


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



What doesn't work? Works fine to me. It opens my mail client with a new message with your email address already filled in.

I do want to say though that the FONT tag is deprecated. Use CSS instead.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Apr 13 2016, 04:52 PM
Post #3


.
********

Group: WDG Moderators
Posts: 9,653
Joined: 10-August 06
Member No.: 7



It won't work if the computer has no email client installed, though. Because of that, you might use the address as link text as well:

CODE
<a href="mailto:jeff_o_XXXXaghan@comcast.net">jeff_o_XXXXaghan@comcast.net</a>

--that way the user can copy it to a webmail form field, or save it on a piece of paper, etc.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 13 2016, 07:04 PM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Neither will it work if there is an email client but the browser isn't configured to use it. And if the person using the computer doesn't have email account in use with said email client the result may be surprising for someone that does. The only thing you can be pretty sure of with mailto links is that the address you use with it will get spammed.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Apr 14 2016, 04:35 AM
Post #5


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Configure the browser to use an email client? I've never heard of that. Maybe OS dependant?

But, I do admit I didn't think of webmail based clients.
Maybe better use a form that sends the message from the web site instead of through a mail client. That avoids spam also.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Terminator
post Apr 14 2016, 09:58 AM
Post #6


Advanced Member
****

Group: Members
Posts: 218
Joined: 19-March 15
Member No.: 22,398



QUOTE(Frederiek @ Apr 14 2016, 04:35 AM) *

Configure the browser to use an email client? I've never heard of that. Maybe OS dependant?

But, I do admit I didn't think of webmail based clients.
Maybe better use a form that sends the message from the web site instead of through a mail client. That avoids spam also.


Not sure if it is OS dependent but this is why I avoid clicking email links like this. I always copy and paste the email address if I need to email a business.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
JohnnySteel
post Jun 16 2016, 11:05 PM
Post #7


Newbie
*

Group: Members
Posts: 16
Joined: 8-June 16
Member No.: 24,307



For what its worth, I have encountered this issue quite a few times and the repair is different for different error messages.

For the error "Default mail client not properly installed", the fix was to adjust the browser "Tools > Internet Options > Programs" setting for the default email option. In some cases selecting the wrong one, OK-ing it and closing all the dialogue boxes, etc., and then return to select the right one, sorted it.

For the error "Email Hyperlink Goes to a Blank Web Page Instead", the solution was to change the administrator level settings in the PC to up the ante.
Check if other people who have top administrator rights on their PC, if they can get the email hyperlink to work.

Hope this helps.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 18th April 2024 - 10:31 PM