> I was wondering if it is possible to change ( or hide) the > name of the actual file (displayed at the top of the browser > window) when the new browser window is called like: > > <cfheader name="Content-Type" > value="application/vnd.ms-excel"> <cfheader > name="Content-Disposition" value="inline; filename=excel.xls"> > > The new browser window opens correctly and shows the output > in Excel but the window shows the actual cfm file name.
No, you can't do that. However, you could launch the download page from another page using JavaScript client-side redirection. This would let you show the HTML title of the first page in the title bar of the browser. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=37 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182991 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

