Submitted Questions

  • How to display a word document (.doc) file in html page using ASP?

    shweta

    • Feb 26th, 2007

    One can access word or any file uisng File System Object as:dim fso dim wordfileset fso=Server.createObject("Scripting.FileSystemObject")wordfile= fso.opentextfile(path).readallset fso=nothing

    nagendra

    • Oct 13th, 2006

    There is a way to direct the html produced from an ASP page to Word document instead of displaying it in standard browser and in order to do that you have to change the content type of the server resp...