Generating thumbnails using jquery or javascript
        Posted  
        
            by Hulk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hulk
        
        
        
        Published on 2010-04-06T09:15:13Z
        Indexed on 
            2010/04/06
            9:23 UTC
        
        
        Read the original article
        Hit count: 273
        
All,
Can any 1 of you show a small piece of code for generating a thumbnail of any website using javascript or jquery,
I had posted earlier but couldnt find any right match for my requirements.
  <div id="generate_thumbnail" onclick ="generate();">
  //Show thumbnail within this div
  </div> 
  <Script>
   function generate()
   {
        // generate small thumbnail
   }
© Stack Overflow or respective owner