Is there a way to get the <title> tag value, ie the
current page's title into a CF variable. In Javascript, it is
simply document.title. But I need it in a CF variable. Is this
possible?
--
Ken Ford
Adobe Community Expert - Dreamweaver/ColdFusion
Fordwebs, LLC
http://www.fordwebs.com
"KenSchweers" <webforumsuser@macromedia.com> wrote in
message news:g62cp4$gk2$1@forums.macromedia.com...
> Is there a way to get the <title> tag value, ie
the current page's title into a CF variable. In Javascript, it is
simply
> document.title. But I need it in a CF variable. Is this
possible?
Thanks Ken, that does work. I guess nobody knows of a
function call or variable that is available that contains the
<title> value. I'll go with this and appreciate the help. I
just wish I didn't have to incur overhead reading in the entire
source of a page just to get at the title.