screen capture/print screen

Is it possible to get a screen capture programatically in jscript? Wat i actually want to do is to place a button on my web page so that when the user clicks this button it wil take a screen capture similar to pressing print screen on the keyboard.
[248 byte] By [hitai] at [2007-11-19 21:19:21]
# 1 Re: screen capture/print screen
No. You could "simulate" one of the browser contents by simply going through all the source code and then running some kind of script that would display what it looked like.
Dr. Script at 2007-11-8 0:22:53 >