CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> Archive -> GotoCode Archive

 URLS / Email addresses to Clickable Hyperlinks

Print topic Send  topic

Author Message
James Brown
Posted: 10/17/2003, 12:27 PM

Does any one know how to Converting all URLS / Email addresses to Clickable Hyperlinks when viewed? - Just like this:

http://www.gotocode.com/art.asp?art_id=39&

Just for CodeCharge Studio 2, but still for ASP.

Thanks in advance!

James
ryan
Posted: 10/20/2003, 11:49 PM

CodeCharge Studio
--------------------------------------------------------------------------------

Creating a MailTo Hyperlink
Description
This example shows how to create a MailTo hyperlink and run a client email system.

Click on the Link or Image Link icon in the Forms tab of the ToolBox to add the control.
Click on the Control Source property and select a database column to specify the visible text
Click on the Href Source property and select a database column to specify the hyperlink.
Modify the HTML code as shown below:
<a href="mailto:{email_Src}">{email}</a>

See how to configure a hyperlink, if you want to modify a hyperlink dynamically.

Mailto syntax
Syntax
<a href="mailto:<address>[&subject=<subject text>][&body=<body text>][&cc=<cc address>][&bcc=<bcc address>]">

Possible Values
Keyword Descripton
Address Required. Specify one or more valid e-mail addresses separated by the semicolon using only the Internet-safe characters, for example '%20' for the space character.
Subject Optional. Specify the text to appear in the subject of the email message.
Body Optional. Specify the body of the email message.
CC Optional. Specify the email addresses to be entered into the 'CC' (Carbon Copy) section of the email message.
BCC Optional. Specify the email addresses to be entered in the 'BCC' (Blind Carbon Copy) section of the email message.

Example
The example below shows how to build a link to send an email message.

<A HREF="mailto:{email_Src}&subject=Feedback">{mail}</A>

See also:
How to dynamically Modify a Hyperlink


--------------------------------------------------------------------------------
On-line, printable versions and updates

   


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

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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