Hello,
I have a piece of code which is using the execCommand function in javascript.
It works well in IE (I am using it as saveas) but it does not work in firefox or chrome.
I have been reading and noticed that it is only supported by IE.
Is there a general function I can use which can also be supported by firefox and all browsers. I want to achieve the same goal, saving the file.
If not, please I need suggestions
Thanks,