Is there a way to automatically close the page down after a user has printed a
page or click on another page when using CFDOCUMENT. I have tried using the
<body onBlur="window.close()">. What I would like to happen is the user clicks
on a print button, a popup window shows the report in flash paper, the user
prints or click away and the popup window automatically closes.

Thanks in advance.