Re: Open a Word Doc from a link on the web page
Posted By:
Firat_Tiryaki
Posted On:
Friday, April 2, 2004 02:27 AM
you should handle it by your server side app. write a servlet that handles *.doc requests and sends a response that directly opens the file in the browser.