Question
How to set window title using <cfdocument format="FlashPaper">?
Does anyone know how to set the the browser window title when using:
<cfdocument format="FlashPaper">
#docContent#
</cfdocument>
The variable docContent is a fully formed html document, complete with <head> and <title> elements, yet <cfdocument> doesn't pick up the title I've specified. I'm wondering if anyone has done this before???
Thanks!
