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.
Not exactly you want but maybe it helps: http://www.websnapr.com/ Example usage: http://images.websnapr.com/?url=www.sharebus.com&size=S
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.