How to take screenshot of part of webpage using javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LRPrathyusha
    New Member
    • Sep 2013
    • 1

    How to take screenshot of part of webpage using javascript

    I want to take a screenshot of webpage using only HTML and javascript..Tha t i want to store in My Desktop.....Can Anyone please help me
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    use the print-screen key. way easier than anything else. (I’m not sure this is even possible with JavaScript)

    Comment

    • gits
      Recognized Expert Moderator Expert
      • May 2007
      • 5390

      #3
      Dormilich is right - on a sidenote: with javascript there might be possibilities with using canvas like shown here once. this could probably be improved or made more cross-browser-compatible.

      Comment

      Working...