Forum Moderators: open
i want to perform print screen operation when i click on a button which is there on my webpage.
Some thing like i want to capture the screen from javascript.
Can i get the code for this........
No, there is no solution that would allow you to do a screen capture from within JavaScript. What you can do, however, is put a regular print button on your page... Simply use window.print() to print the current page.