Thank you. where to put window.print() or is possibility with Javascript?
Specifications:
window.print Summary
Opens the Print Dialog to print the current document. Syntax
window.print()
Specification
DOM Level 0. Not part of any standard.
coopster
2:54 pm on Jan 7, 2009 (gmt 0)
Yes, it is JavaScript you will need to code in your page. Although it is not part of any standard it still works in most, if not all, browsers. You need to provide a print link/button just in case the method is not recognized. You can hide this link/button if the method is recognized.