[thelist] ASP to ms word application

Paul Backhouse thelist at lists.evolt.org
Fri May 3 10:11:00 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