This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
saving a word document opened in the browser on server
vaishali dalvi
Greenhorn
Joined: Jun 27, 2001
Posts: 1
posted
0
hi I have to downloaded a word document from the server with the following javascript code function openpage(f) { doc=open(f,"output","status,menubar=no,toolbar=no"); } f is a string variable which i get in jsp after querying a database. Can i use that variable in javascript to download that particular file f.further i also want to save the changed document on the server.How do i do it? please help