hi,
I want to write some content to xml file in mozilla using javascript can anybody help me.m using
fso = new ActiveXObject("Scripting.FileSystemObject");
fso.CreateTextFile("test.xml",true);
and also
document.execCommand( 'SaveAs', false, 'ss.txt' );
above code which works fine in IE but not in other browsers.
Regards
nanju84