in IE6.0, I executed document.execCommand("saveAs") to open
a SAVEAS dialog to save my page, my question is , can I specify
a default saving type or a name in my JS code for that page, for instance, a type like .CSV or a name like "test.csv"?
thank U
a SAVEAS dialog to save my page, my question is , can I specify
a default saving type or a name in my JS code for that page, for instance, a type like .CSV or a name like "test.csv"?
thank U

Comment