Html email link to outlook

This is a discussion on "Html email link to outlook" within the Web Page Design section. This forum, and the thread "Html email link to outlook are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 25th, 2008, 06:58
Junior Member
Join Date: Apr 2008
Location: New Zealand
Age: 14
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Html email link to outlook

I need to know how to make a simple html link and when u click on it it opens outlook express so it has a easy to use E-mail function.

E.G

example@yahoo.com *click* *outlook express opens*

Thanks.
Reply With Quote

  #2 (permalink)  
Old May 25th, 2008, 11:24
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,505
Blog Entries: 1
Thanks: 1
Thanked 11 Times in 11 Posts
Re: Html email link to outlook

Code: Select all
<A HREF="mailto:example@yahoo.com">Send me an email</A>
if you wanted to include a subject field, it can be done like this
Code: Select all
<A HREF="mailto:example@yahoo.com?subject=example of subject ">Send me an email</A>
you can even include a little text if you wanted like this
Code: Select all
<A HREF="mailto:example@yahoo.com?subject=example of subject&body=example of text">Send me an email</A>
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote
  #3 (permalink)  
Old May 25th, 2008, 16:45
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,662
Thanks: 0
Thanked 9 Times in 9 Posts
Re: Html email link to outlook

Also, it wont always open in Outlook, this depends if the person has it installed, and has it set as default mail client.
Reply With Quote
  #4 (permalink)  
Old May 25th, 2008, 16:53
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,505
Blog Entries: 1
Thanks: 1
Thanked 11 Times in 11 Posts
Re: Html email link to outlook

lol very true, i just presumed fr33sty would guess that
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
html email? sambkk Graphics and 3D 2 Mar 25th, 2008 08:33
html email newsletters help please! milly Starting Out 15 Sep 30th, 2007 03:19
Email Link in flash Aaron1988 Flash & Multimedia Forum 4 Jun 28th, 2007 21:14
how do you go strate to outlook express with the email address already there? ryall Web Page Design 5 Dec 15th, 2006 23:08
Making a link live in a cdo email weezie Classic ASP 0 Feb 15th, 2006 14:49


All times are GMT. The time now is 01:14.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43