Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: saving html page as word document


Message #1 by ashokvytla@y... on Tue, 12 Nov 2002 14:05:05
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

  Return to Index