--Original Message Text---
From: Randell B Adkins
Date: Wed, 01 Oct 2003 06:56:43 -0400
What I do is have a CutomTag (BCMenu.cfm).
When needed I call the CustomTag passing 3 parameters:
<CF_BCMenu
ItemName="First Link, Second Link, Third Link"
ItemLink="aaa.cfm,bbb.cfm,ccc.cfm"
ActiveItem="This Page Name">
The Custom Tag writes out:
<cfloop index="i" from="1" to="#ListLen(ATTRIBUTES.ItemName)#">
<cfoutput>
<a
href="">
<img
src=""> </cfoutput>
</cfloop>
<!--- Output the current page title --->
<cfoutput>#ATTRIBUTES.ActiveItem#</cfoutput>
>>> [EMAIL PROTECTED] 10/01/03 06:43AM >>>
Good Day,
Does anyone have any code for breadcrumbs in Cold Fusion.
If so and possible may I have a sample of that code. I would like to
use breadcrumbs with Cold Fusion in my site.
Thank you.
Deetra Whatley
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

