InterviewSolution
Saved Bookmarks
| 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. |
|