Dec 21
The easyest way to print a page, is to simply write an anchor tag, like so:
<a href="#" onClick="javascript:window.print()" > Print this Page!</a>
result:
Print this Page!
The easyest way to print a page, is to simply write an anchor tag, like so:
<a href="#" onClick="javascript:window.print()" > Print this Page!</a>
result:
Print this Page!