How to html report to any printable file.Is there any solution.
A:
You are looking to print the current html page, right?
<a href="#" onclick="window.print();">Print Page</a>
Sarfraz
2010-04-25 08:04:25