Possible Duplicate:
Take a screenshot of a webpage with javascript?
I'm developing an interactive HTML page and am looking for a way to capture an arbitrary portion of this page into a dataURI (Base64 encoded PNG).
I know its possible to get this for a canvas element but do modern browsers provide any way to do this for an arbitrary section of the page?