How to take a screenshot(thumbnail) of a site by clicking its link ?

Discussion in 'C#' started by joshymraj, May 29, 2007.

  1. #1
    Hi guys,

    Does anyone know how to take the screen shot of a site by clicking a link to that site using ASP.The screenshot should be saved as a thumbnail.I know this is simple in ASP.Net,but i m not getting a way to solve this issue in ASP.If any one have an idea,plz reply soon as i m in the middle of project.
     
    joshymraj, May 29, 2007 IP
  2. Clark Kent

    Clark Kent Guest

    Messages:
    122
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Clark Kent, Jun 3, 2007 IP
  3. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #3
    You are going to need to create a COM obj for Classic ASP... that you pass in a url and hard path file save location variables, the com obj goes out, downloads the image, and saves to the file save locaiton. Classic ASP can instantiate the com obj and run it's method.
     
    ccoonen, Jun 8, 2007 IP