| Author |
capture image
|
santhoshkumar samala
Ranch Hand
Joined: Nov 12, 2003
Posts: 156
|
|
Can we capture an html page in javascript so as to save the page as an image using javascript. For example ; if i am visiting a site http://www.javaranch.com i want to save the whole page as an image. How can we do it. Please help me. Thanks a lot.
|
santhosh<br />SCJP,SCWCD
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
you can capture the screen as an image by using your printscreen key... You can hit cntrl printscreen or printscreen or function printscreen (depends on computer) and it will copy it to the clipboard. If you want to have the page, you can just goto file save as.... Eric
|
 |
santhoshkumar samala
Ranch Hand
Joined: Nov 12, 2003
Posts: 156
|
|
thank you eric but my problem is I have to capture the image using javascript programming for example: we capture screen height and width like that can we capture screen and save it as an gif file please help
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
|
You can not capture it with JavaScript. JavaScript has nothing like that...
|
 |
 |
|
|
subject: capture image
|
|
|