I have created a document in .asp using:
at the top of my document and it works great for me and some of my users. The document accesses my database and creates a multipage document in WORD just as I expect it to. But when some of my users open the document, the page simply displays what my page looks like when I open it in MSFrontPage Preview mode, only in the browser as if they did not have WORD installed on their machine and the server was not executing any of my script.
Any Ideas on what may be causing this, I expect it may be something with the client machines, but I am completely clueless.
Thanks
bc
Code:
<% Response.ContenType = "application/msword" %>
at the top of my document and it works great for me and some of my users. The document accesses my database and creates a multipage document in WORD just as I expect it to. But when some of my users open the document, the page simply displays what my page looks like when I open it in MSFrontPage Preview mode, only in the browser as if they did not have WORD installed on their machine and the server was not executing any of my script.
Any Ideas on what may be causing this, I expect it may be something with the client machines, but I am completely clueless.
Thanks
bc