CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Email button in end email action

Print topic Send  topic

Author Message
Rosario


Posts: 54
Posted: 05/04/2010, 12:48 PM

I would like to use a button image rather than the actual link that gets sent, some mobile devices truncate the email string but I dont know what to put in the code, eveything I trry get throws a code charge error.

Here is what I have:

With CreateObject("CDONTS.NewMail")
.From = Table_1.CUSTOMER_EMAIL.Text
.To = Table_1.CUSTOMER_EMAIL.Text
.Subject = "AT&T Quick Ticket Status Link"
.Body = Table_1.CUSTOMER_NAME.Text +" "+" Thank you for using AT&T your ticket number is"+" "+Table_1.TICKET_NUMBER.Text +" "+"Please refer to this link for your updated status"+" "+ "http://gbsadt1.ugd.att.com/CNC/CustView.asp?s_SEED="+Table_1.SEED.Text+"&s_TICKET_NUMBER="+Table_1.TICKET_NUMBER.Text
.BodyFormat = 0
.MailFormat = 0
.Send
End With

Now that sends a fine link, but I would rather send a button instead. Anyone know how to do that?
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.