CodeCharge Studio
search Register Login  

Visual Web Reporting

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

YesSoftware Forums -> Archive -> GotoCode Archive

 Links from inside CodeCharge

Print topic Send  topic

Author Message
Simon
Posted: 07/26/2002, 1:49 PM

Hi - I want to create a link that takes the browser to a URL outside of the Codecharge project. I can do it by messing with the templates directly, but how do I do it from inside Codecharge? For example, my header has a menu to get around the project, but what if I want to send the browser off to AOL - how do I get my link to AOL in there?

Thanks!

Simon
Nicole
Posted: 07/30/2002, 12:18 AM

Simon,
You can build the link manually. The solution works for CC and CCS. Add Label type field to the page/form and set its content type to HTML. Then in Before Show event assign it any value you want.
CC (asp)
fldfield1 = "<a href = 'http://www.codecharge.com'>Click Here</a>"

CCS (asp)
form_name.field_name.Value = "<a href = 'http://www.codecharge.com'>Click Here</a>"
Nicole
Posted: 07/30/2002, 12:18 AM

Simon,
You can build the link manually. The solution works for CC and CCS. Add Label type field to the page/form and set its content type to HTML. Then in Before Show event assign it any value you want.
CC (asp)
fldfield1 = "<a href = 'http://www.codecharge.com'>Click Here</a>"

CCS (asp)
form_name.field_name.Value = "<a href = 'http://www.codecharge.com'>Click Here</a>"
Nicole
Posted: 07/30/2002, 12:18 AM

Simon,
You can build the link manually. The solution works for CC and CCS. Add Label type field to the page/form and set its content type to HTML. Then in Before Show event assign it any value you want.
CC (asp)
fldfield1 = "<a href = 'http://www.codecharge.com'>Click Here</a>"

CCS (asp)
form_name.field_name.Value = "<a href = 'http://www.codecharge.com'>Click Here</a>"

   


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.