HighDots Forums  

Help required with inserting link in mail body through mailto

alt.html alt.html


Discuss Help required with inserting link in mail body through mailto in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sura
 
Posts: n/a

Default Help required with inserting link in mail body through mailto - 10-28-2009 , 07:37 AM






Hi

I am using this code which should make "Register" appear as a link in
the mail body and not the complete URL along with Register.

<a href="mailto:?subject=Microsoft Virtual TechDays&body=%3Ca href
%3Dhttp://virtualtechdays.com/register1.aspx%3ERegister%3C%2Fa
%3E">Click here</a>

Any help will be appreciated.

Reply With Quote
  #2  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: Help required with inserting link in mail body through mailto - 10-28-2009 , 10:29 AM






Sura wrote:
Quote:
Hi

I am using this code which should make "Register" appear as a link in
the mail body and not the complete URL along with Register.

a href="mailto:?subject=Microsoft Virtual TechDays&body=%3Ca href
%3Dhttp://virtualtechdays.com/register1.aspx%3ERegister%3C%2Fa
%3E">Click here</a

Any help will be appreciated.

Bad idea. Google will show you why.

http://www.google.com/search?hl=en&safe=off&q=mailto+links+bad+design&aq =f&oq=&aqi=g10
mailto links bad design - Google Search

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com

Reply With Quote
  #3  
Old   
Sherm Pendley
 
Posts: n/a

Default Re: Help required with inserting link in mail body through mailto - 10-28-2009 , 11:43 AM



Sura <surajitkhan (AT) gmail (DOT) com> writes:

Quote:
I am using this code which should make "Register" appear as a link in
the mail body and not the complete URL along with Register.

a href="mailto:?subject=Microsoft Virtual TechDays&body=%3Ca href
%3Dhttp://virtualtechdays.com/register1.aspx%3ERegister%3C%2Fa
%3E">Click here</a
What standard says that what you're describing is what "should" happen?

sherm--

Reply With Quote
  #4  
Old   
Jan C. Faerber
 
Posts: n/a

Default Re: Help required with inserting link in mail body through mailto - 10-28-2009 , 03:27 PM



On Oct 28, 12:37*pm, Sura <surajitk... (AT) gmail (DOT) com> wrote:
Quote:
Hi

I am using this code which should make "Register" appear as a link in
the mail body and not the complete URL along with Register.

a href="mailto:?subject=Microsoft Virtual TechDays&body=%3Ca href
%3Dhttp://virtualtechdays.com/register1.aspx%3ERegister%3C%2Fa
%3E">Click here</a

Any help will be appreciated.
I think you can not generate an html mail by simply providing a
<a href="mailto: tag on your page.
Maybe I am wrong. But I think you might need something like this:
http://website101.com/how-create-send-html-email/
if you want to send an email containing a link like
<a http://virtualtechdays.com/register1.aspx">Register</a>
because the sender can not generate html mails automatically - or?

Reply With Quote
  #5  
Old   
AT
 
Posts: n/a

Default Re: Help required with inserting link in mail body through mailto - 10-28-2009 , 06:52 PM



On Wed, 28 Oct 2009 12:27:43 -0700 (PDT), "Jan C. Faerber"
<faerber.jan (AT) gmail (DOT) com> wrote:

Quote:
On Oct 28, 12:37*pm, Sura <surajitk... (AT) gmail (DOT) com> wrote:
Hi

I am using this code which should make "Register" appear as a link in
the mail body and not the complete URL along with Register.

a href="mailto:?subject=Microsoft Virtual TechDays&body=%3Ca href
%3Dhttp://virtualtechdays.com/register1.aspx%3ERegister%3C%2Fa
%3E">Click here</a

Any help will be appreciated.

I think you can not generate an html mail by simply providing a
a href="mailto: tag on your page.
Maybe I am wrong. But I think you might need something like this:
http://website101.com/how-create-send-html-email/
if you want to send an email containing a link like
a http://virtualtechdays.com/register1.aspx">Register</a
because the sender can not generate html mails automatically - or?
It work if and only if your default mail is outlook ...

Reply With Quote
  #6  
Old   
Jan C. Faerber
 
Posts: n/a

Default Re: Help required with inserting link in mail body through mailto - 10-28-2009 , 07:50 PM



On Oct 28, 11:52*pm, Raymond.Sch... (AT) pircarre (DOT) be (Raymond Schmit)
wrote:

Quote:
It work if and only if your default mail is outlook ...
hm... yeah... in gmail I can also paste a link into the body field.
And it will show "Register" and hide the "a href" stuff.
But gmail is not a default mail client.

And it really does work with outlook?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.