I have an ASP Classic page with a table. Is it possible to allow users to click in a button to export that table to a JPG file?
Not easily on the client side, and certainly not reliably enough that you could do it any browser. But checkout the following for some ideas!
What you'll probably have to do is render the HTML into an image on the server side. See following for ideas