|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: how to display MS Word file in Browser using ASP |
|
From: |
Nick |
|
Date: |
4/9/1999 5:25:17 AM |
|
IP: |
193.82.244.10 |
Why don't you just do a ...
Response.Redirect("word.doc")
Remember to set ...
response.buffer = True
before the redirect so your headers are correct.
OR
use free Component at ...
http://www.softwing.com/iisdev/FileCache/index.asp
- excellent Component
Creating Word objects on the server won't help you at all.
Hope this has been of use
Regards Nick
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|