Re: Bread Crumb

2008-11-14 Thread Tony Bentley
Do it with Javascript. document.title can be inserted after the parent tags. function addtitles() { var pagetitle = document.title; document.getElementById("titleDiv").innerHTML = pagetitle; } #mainnav# > #secondarynav# > Not tested but you get the idea. > Hi > > I am trying to create a

Re: Bread Crumb

2008-11-14 Thread Phillip M. Vector
Tom Chiverton wrote: >> I know you can use cfhttp to get the page title details, however, it seems >> having cfhttp request the same page it is on, times out. I believe you are overthinking the problem. Just save the title when it's generated into a variable that you then use. ~~

Re: Bread Crumb

2008-11-14 Thread Tom Chiverton
On Thursday 13 Nov 2008, Jason Congerton wrote: > I am trying to create a small now thrills dynamic breadcrumb for a site, > how do i acces the title tags of a page? Your code is generating the title tags, save a copy into a request variable... > I know you can use cfhttp to get the page title de

RE: Bread Crumb

2008-11-13 Thread Adrian Lynch
it or pull the page title out something like this: #thisPageTitle# Adrian Building a database of ColdFusion errors at http://cferror.org/ -Original Message- From: Jason Congerton Sent: 13 November 2008 15:09 To: cf-talk Subject: Bread Crumb Hi I am trying to create a

RE: Bread Crumb

2008-11-13 Thread Andy Matthews
You could do it with JavaScript. ColdFusion can't really access DOM elements in the way you're requesting. -Original Message- From: Jason Congerton [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2008 9:09 AM To: cf-talk Subject: Bread Crumb Hi I am trying to create a

Bread Crumb

2008-11-13 Thread Jason Congerton
Hi I am trying to create a small now thrills dynamic breadcrumb for a site, how do i acces the title tags of a page? I was going to write my code to .cfm file and include it on all pages requiring breadcrumb trail. I know you can use cfhttp to get the page title details, however, it seems h

Re: Bread Crumb Trail with CFMX

2004-04-16 Thread Irvin Gomez
> Does anyone know where I can find a good example of a cf driven bread > crumb trail?  Maybe a _javascript_ version? Massimo Foti has this little code; maybe you can use it: #tmt_crumb_separator# [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Bread Crumb Trail with CFMX

2004-04-15 Thread Jim Davis
erarchical Address" comes closer actually.   But the term "breadcrumb trial" to describe it just isn't going to go away. Jim Davis   _   From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 9:56 PM To: CF-Talk Subject: RE: Bread Crumb Trail with CFM

RE: Bread Crumb Trail with CFMX

2004-04-15 Thread S . Isaac Dealey
I've stopped referring to them in my code (if not writing) as breadcrumbs and have been calling them "ladder navigation", to indicate that they represent a "top-down" hierarchy, rather than a history (which I think the browser adequately covers and therefore is unnecessary within the app). >> You

RE: Bread Crumb Trail with CFMX

2004-04-15 Thread Jim Davis
> You can drive this solely by directory structure if you're set up that way, > by page-level parameters if your pages are distinct, by template level > parameters if you're content is parametized, etc - it really depends on your > site structure and the detail of your definition. How do you deal

Re: Bread Crumb Trail with CFMX

2004-04-15 Thread Jim McAtee
- Original Message - From: "Jim Davis" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, April 15, 2004 1:34 PM Subject: RE: Bread Crumb Trail with CFMX > The simple breadcrumb trail is completely determined by the author-define

RE: Bread Crumb Trail with CFMX

2004-04-15 Thread Mark W. Breneman
One thing we have done in the past is to use the file name as a list for the bread Crumb. home_section_subsection_page cfm = Home >> Section >> Subsection >> Page We have done variations based on aberrations that relate to full bread Crumb titles in a database. hm_sec

Re: Bread Crumb Trail with CFMX

2004-04-15 Thread Merritt Chapman
Thanks Jim, I'm trying to accomplish a link trail for navigation purposes, not for storage or tracking (although that is a good idea).  I like your idea of a clickstream and will try adding that as an array in the session.   Thanks again for the help. Merritt [Todays Threads] [This Message]

RE: Bread Crumb Trail with CFMX

2004-04-15 Thread Bernd VanSkiver
t: RE: Bread Crumb Trail with CFMX What are you trying to accomplish?  Setting up the navigation or storing the results? The simple breadcrumb trail is completely determined by the author-defined hierarchy of pages.  You define "this page is in this sub-section which is in this section" a

RE: Bread Crumb Trail with CFMX

2004-04-15 Thread Jim Davis
us details on that and we should be able to point you in the right direction. Jim Davis   _   From: Merritt Chapman [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 2:29 PM To: CF-Talk Subject: Bread Crumb Trail with CFMX Does anyone know where I can find a good example of a cf dri

Bread Crumb Trail with CFMX

2004-04-15 Thread Merritt Chapman
Does anyone know where I can find a good example of a cf driven bread crumb trail?  Maybe a _javascript_ version? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Bread Crumb Navigation

2000-03-27 Thread Deanna L. Schneider
I have a sql question for you all. I'm trying to pull information from a database, and would like to not pull duplicate records. Unfortunately, one of the fields I'm pulling is a memo field (Access db). You can't use distinct or group by on a memo field. Suggestions? Code looks like this: SELEC

RE: Bread Crumb Navigation

2000-03-25 Thread Chris Evans
PROTECTED] http://www.fuseware.com -Original Message- From: Don Cuniff [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 25, 2000 6:31 AM To: [EMAIL PROTECTED] Subject: Re: Bread Crumb Navigation I'd also be interested in learning what you are doing. One of the reasons I am enamored with f

Re: Bread Crumb Navigation

2000-03-25 Thread Don Cuniff
OTECTED]> Date: Saturday, March 25, 2000 4:18 AM Subject: Re: Bread Crumb Navigation >karen, > >:~~ >: From: Karen Hayward <[EMAIL PROTECTED]> >: >: Has anyone had any experience in setting up bread crumb >: navigation on web sites? >: >

Re: Bread Crumb Navigation

2000-03-25 Thread Jeff
karen, :~~ : From: Karen Hayward <[EMAIL PROTECTED]> : : Has anyone had any experience in setting up bread crumb : navigation on web sites? : : ie. when you click on a link on a web page the next page : you view has a link to the previous page and so on