Hi,
have a short question.
I want to introduce PrintPage and SavePageAs buttons on the page.
First one is easy:
<input type="button" id="btnPrint" onclick="window.print( )" value="Print"> .
Can not figure out how to implement SavePageAs ...
Anybody can help?
Thanks!