My Problems:
Netscape can display the report in browser, but when I click File > Print, it print out:
"Data Missing - This document resulted from a POST operation and has expired from the cache. If you wish you can repost the form data to recreate the document by pressing the reload button."
=====================================
Solution I've try but still not work:
1. amend php.ini
2. add 'session_cache_limiter("nocache, must-revalidate");'
3. add <meta HTTP-EQUIV="Expires" CONTENT="Thu, 31 Dec 2099 23:59:59 GMT">
=====================================
Any other suggestion other then print the html code to a text file, and redirect to it?
(because I've many reports that cannot print them out)
Thanks a lot. _