CodeCharge Studio
search Register Login  

Web Reports

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

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 HTTP links

Print topic Send  topic

Author Message
David Brown
Posted: 05/06/2001, 6:52 AM

Hi,

I am trying to modify one of the examples to use HTTP links instead of
e-mail links.

On the Default>Grid form, I want to change the Before Show Events so that
this will work. Here's the way the srcript looks right now:

fldemail="<a href=mailto:" & fldemail & ">" & fldemail & "</a>"

How do you modify this?


Thanks,

David

Walker P.
Posted: 05/06/2001, 1:42 PM

David,
within codecharge, change the name of the field to something like "http" or
"link" then use the syntax below:

fldlink="<a href=http://" & fldlink & ">" & fldlink & "</a>"

This assumes that you have values in your database such as
www.CodeCharge.com such that the resultant url generated by the above code
will be:

<a href=http://www.CodeCharge.com>www.CodeCharge.com</a>



CodeCharge Support.


   


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

Web Database

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.