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.
The moose likes Servlets and the fly likes saving a word document opened in the browser on server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "saving a word document opened in the browser on server" Watch "saving a word document opened in the browser on server" New topic
Author

saving a word document opened in the browser on server

vaishali dalvi
Greenhorn

Joined: Jun 27, 2001
Posts: 1
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: saving a word document opened in the browser on server
 
Similar Threads
cant i access javascript variable after opening ms-word
How to create MSWORD doc and open the doc in jsp?
Design document
Saving a html page as a word document
Is it possible to open a word document in client side by javascript?