1.

How to print a web page using javascript?

Answer»

JavaScript helps you to implement this functionality using print function of window object. The JavaScript print function window.print() will print the current web page when executed.



Discussion

No Comment Found