Hi,

The task to perform:
Click on a button to open a new window, write documents in this new
window, and then save this page to the local computer system with a
file dialog.

I managed to make it work on Windows; however, the same code does not
work since the trick I played only applies to Microsoft IE. 

I am wondering what alternatives I have or what should I do to achieve
this goal.

Here is the sample code for Windows IE:

function saveFile(fileName) {
document.write....
document.execCommand('SaveAs', true, fileName);
}

Many thanx,

JP

Reply via email to