Will someone explained how to create the horizontal Links in ColdFusion?
I would like to display
Links First > Second > Third > Fourth.
I don't know how to display the active link - the last link. Am I supposed to use the url variable.
This is my code.
<cfset PageHeading=application.qGetPGCAC.heading>
<cfset ActiveLink=application.qGetPGCAC.subheading>
<cfoutput>#PageHeading# > #ActiveLink# </cfoutput>
This is the line that I am having trouble with.
<cfset ActiveLink=application.qGetPGCAC.subheading>
What am I doing wrong? Can someone help me please use CF to display the horizontal links bar so that I do not have to type (copy) the links on every page.
Thank you so very much.
Deetra Whatley
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

