capturing web contents and export the same to a new window
Currently office webkit browser could not open encrypted url.
e.g. var dataUrl = document.getElementById('demoChart').toDataURL();
window.open(dataUrl, "toDataURL() image", "width=600, height=200");
It throws error, " There is no application set to open the url.... "

1 comment
-
abhijit commented
How to download a canvas chart in excel popup dialogue window?
I have tried canvas.toDataUrl() and window.open(), but it opens the chart in a new window rather downloading. Where as same code downloads the chart in other browsers.