I am creating an ASP.NET web application. In one of my webpages (an ASCX control) I am placing a fusion chart inside a <div>
tag. I want to provide an option for the client to download this fusion chart.
Is there any way that I can download the fusion chart present in the Div tag, as an image (Using javascript because the div tag is a client side control).
The request is that my client could save this fusion chart present in the <div>
tag as an image when he visits the webpage.
The target browser is IE.
Please help me.