CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> CodeCharge -> Tips & Solutions

 Email and Web Urls as links

Print topic Send  topic

Author Message
Steven

Posts: 15
Posted: 08/09/2004, 5:55 AM

these are to go into the form properties, befor show events page

  
// to make an email address clickable  
  
$fldemail = "<a href=\"mailto:$fldemail\">$fldemail</a>";  
  
// to make a web address clickable  
// and alos to open into a new page  
// rather than loose the use from your own website  
  
$fldwebsite = "<a href=\"mailto:$fldwebsite\" target=\"_new\">$fldwebsite</a>";  
  

hope this is usefull

Steven Dowd
_________________

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.