Do it with Javascript. document.title can be inserted after the parent tags.

function addtitles()
{
var pagetitle = document.title;

document.getElementById("titleDiv").innerHTML = pagetitle;
}

<body onload="addtitles()">
<cfoutput>#mainnav# > #secondarynav# </cfoutput> > <div id="titleDiv"></div>
</body>

Not tested but you get the idea.

> 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 having cfhttp request the same page it is on, times out.
> 
> Is ther any way of find out what the page title is, other than 
> cfhttp?
> 
> Jason 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315301
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to