Just wondering if it\'s possible to screen grab a page you are viewing with a PHP script or javascript? For example, load up a page in an iframe and then save that view as
You can't do it in JS but you could do something similiar server side if you know the url of the page you want to convert to an image.
Tools like khtml2png could be called from php to render the page.