CodeCharge Studio
search Register Login  

Web Reports

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

YesSoftware Forums -> Archive -> GotoCode Archive

 creating links to individual web pages

Print topic Send  topic

Author Message
bfieldmom
Posted: 06/25/2002, 10:25 AM

i currently have an artwork website and would like to use CC to access it. i have created a CC site that displays all the artwork, and i want to be able to click on one of the items and be brought to the current page for that specific item. it seems that i cannot create a single event, because each item that is clicked on will bring you to its own item's details.
how do i tell CC that i want to go to one of the detail pages when an item is clicked upon?

thanks!

eg:
if i click on picA, i want the URL to go to www.art.com/picA.html
if i click on picB, i want the URL to go to www.art.com/picB.html
etc.

Nicole
Posted: 06/27/2002, 1:17 AM

Hello,
if field value really match the name of html page you can create link manually in Before Show event. E.g.:
asp
fldfield_name = "<a href = 'www.art.com/" & fldfield_name & ".html'>"&fldfield_name&"</a>"

Do not forget to select 'HTML' flag in field properties.

   


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

PHP Reports

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

Home   |    Search   |    Members   |    Register   |    Login


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