There is an issue which I have in developing with Dojo's and related libraries: Without true HTML source printing a page is not functional. The standard JavaScript print method produces print-screen functionality not print-page. The page is created from the DOM not HTML. So, here is a thought: What if we used the DOM-XML to push information to the BIRT Engine to print a report of the page or pages in question? I have been perusing this thought and wanted to start with an existing code base rather than attempting to create all which would be needed on my own. I have found the following link which may be helpful from an existing code basis and a sound starting point: <a class='bbc_url' href='
http://www.mozilla.org/newlayout/doc/layout-2006-12-14/master.xhtml'>Mozilla's Layout Engine</a><br />
<br />
Am I missing something simple? Is there an easy way to simply print the full page when starting with the DOM and very little true HTML?<br />
<br />
Any comments or help would be greatly appreciated. THANKS ALL