[thelist] ASP to ms word application

Paul Backhouse paul.backhouse at 2cs.com
Fri May 3 10:11:00 CDT 2002


I'm creating a webpage which open Ms Word in a browser window with the
content from a webpage.

Im using:
<%
   Response.Buffer = TRUE
   Response.ContentType = "application/msword"
%>

at the top of the page and this works fine, it opens the word document with
the form I'm doing, but it opens it in "web layout" view, i know you can
open in in "print layout".

Does anyone know how i can do this?

Cheers

Paul Backhouse




More information about the thelist mailing list