newWin = window.open(...) newWin.document.title = 'super awesome title'
On Wed, Jul 7, 2010 at 9:08 AM, Pete Ruckelshaus <[email protected]>wrote: > > Is there a way to dynamically set the cfwindow title using JavaScript? > What > I mean is, I have the cfwindow's title attribute set to a fairly generic > value. Once I display the window, it always contains dynamic data, and I > would like the cfwindow title to reflect the dynamic content. I would > assume that this would be done via a Javascript snippet from within the > cfwindow content display page. > > Thanks, > > Pete > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335148 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

