Print Page | Close Window

create an email link

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=17415
Printed Date: 29 March 2026 at 5:07pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: create an email link
Posted By: kim6222
Subject: create an email link
Date Posted: 01 December 2005 at 3:33am
 how to hyperlink to the yahoo website by clicking "the click link"
for example
 
Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
objCDOMail.From = " mailto:ess2u@ecsm.com.my - abc @yahoo.com"
objCDOMail.To = request.form("your email")
objCDOMail.Subject = "testing"
objCDOMail.BodyFormat = 0
objCDOMail.MailFormat = 0
objCDOMail.Body = click here link to yahoo.com
objCDOMail.Send


-------------
kim6222



Replies:
Posted By: dpyers
Date Posted: 01 December 2005 at 7:28pm
You need to set your mail format as html and write a regular html link  in the body.

-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: kim6222
Date Posted: 01 December 2005 at 9:51pm
can send me the sample? thanks

-------------
kim6222


Posted By: dpyers
Date Posted: 01 December 2005 at 11:27pm
Haven't used the cdonts mail component for a few years now. Don't have any samples.

-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: kim6222
Date Posted: 04 December 2005 at 9:05pm
nvm i get it already..thanks

-------------
kim6222



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net