Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Reading a Word Document


Message #1 by "H. Carter Harris" <carter@t...> on Thu, 21 Sep 2000 03:26:52 -0500
I have a client who wants to display a Word document on a web page.  Could

someone tell me how to do that?  Many thanks.





Message #2 by "Daniel O'Dorisio" <daniel@o...> on Thu, 25 Oct 2001 14:14:43 -0400
Save it as html... Easiest route.. 



Unless they want to do it dynamically.. Then you will need some code.



daniel



--------------------------

Daniel O'Dorisio

daniel@o...

www.odorisio-networks.com

--------------------------



-----Original Message-----

From: H. Carter Harris [mailto:carter@t...] 

Sent: Thursday, September 21, 2000 4:27 AM

To: ASP Web HowTo

Subject: [asp_web_howto] Reading a Word Document





I have a client who wants to display a Word document on a web page.

Could someone tell me how to do that?  Many thanks.





Message #3 by "Tim Morford" <tmorford@n...> on Thu, 25 Oct 2001 14:28:46 -0400
Depends on the Browser IE 4.0 + all you have to do is make a link to the

file, Nutscrape Aggravator,  Open the Nutscrape Aggravator folder and under

Options click on General Preferences. Under the Helpers tab, click on Create

New Type. A pop-up window will be displayed and you need to type the

following:



MIME-type: application

subtype:   DOC



The next step is to type 'DOC' in the space provided for File Extensions.

Click on Browse and select the folder containing Microsoft Word and select

the file winword.exe.



Tim Morford

-----Original Message-----

From: H. Carter Harris [mailto:carter@t...]

Sent: Thursday, September 21, 2000 4:27 AM

To: ASP Web HowTo

Subject: [asp_web_howto] Reading a Word Document





I have a client who wants to display a Word document on a web page.  Could

someone tell me how to do that?  Many thanks.





Message #4 by "H. Carter Harris" <carter@t...> on Thu, 21 Sep 2000 04:29:27 -0500
Got it ... thanks Daniel.



-----Original Message-----

From: Daniel O'Dorisio [mailto:daniel@o...]

Sent: Thursday, October 25, 2001 1:15 PM

To: ASP Web HowTo

Subject: [asp_web_howto] RE: Reading a Word Document





Save it as html... Easiest route..



Unless they want to do it dynamically.. Then you will need some code.



daniel



--------------------------

Daniel O'Dorisio

daniel@o...

www.odorisio-networks.com

--------------------------



-----Original Message-----

From: H. Carter Harris [mailto:carter@t...]

Sent: Thursday, September 21, 2000 4:27 AM

To: ASP Web HowTo

Subject: [asp_web_howto] Reading a Word Document





I have a client who wants to display a Word document on a web page.

Could someone tell me how to do that?  Many thanks.







Message #5 by "Johnson, Israel" <IJohnson@R...> on Thu, 25 Oct 2001 15:28:36 -0400
Also, you can just use the regular link method if the users have word

installed on their machines:   <a href="word.doc" target="mainFrame">Word

Document</a>



-----Original Message-----

From: Daniel O'Dorisio [mailto:daniel@o...]

Sent: Thursday, October 25, 2001 2:15 PM

To: ASP Web HowTo

Subject: [asp_web_howto] RE: Reading a Word Document





Save it as html... Easiest route.. 



Unless they want to do it dynamically.. Then you will need some code.



daniel



--------------------------

Daniel O'Dorisio

daniel@o...

www.odorisio-networks.com

--------------------------



-----Original Message-----

From: H. Carter Harris [mailto:carter@t...] 

Sent: Thursday, September 21, 2000 4:27 AM

To: ASP Web HowTo

Subject: [asp_web_howto] Reading a Word Document





I have a client who wants to display a Word document on a web page.

Could someone tell me how to do that?  Many thanks.






  Return to Index