javascript thread: saving html page as word document
Hi,
I would like to save the html page as word document.
I am able to do the same with the javascript code as follows
document.execCommand('SaveAs',null,'downloadfilename.doc');
But the Save as type still remains as HTML,txt format
I would like it to appear as word document.I am struck up with this
Plz help me with some input.
Thanx in advance
Reagards,
Ashok
|





