I just wanted to asked how to save web page as image using Javascript? Is this possible? Please advise.
Iguana
3:24 pm on Jun 15, 2006 (gmt 0)
I'm afraid not - Javascript has no access to file functions or functions to covert a browser display into an image.
itnecor
3:32 pm on Jun 15, 2006 (gmt 0)
What programming language is capable?
Iguana
10:36 pm on Jun 16, 2006 (gmt 0)
You can do from your own desktop machine. Manually with Alt-PrintScreen. There is a way to get thumbnails from the Windows XP API (bit complicated) using something like Visual Basic.