faqts : Computers : Programming : Languages : Asp : ASP/VBScript : Common Problems

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

29 of 98 people (30%) answered Yes
Recently 5 of 10 people (50%) answered Yes

Entry

How can I open a word doc, in the word application, from an HTML page?

Aug 20th, 2000 11:18
Klaus D. Witzel, b e,


In your HTML page, you have at least 3 ways opening that word doc in MS 
Word:

1] provide an anchor, <a href="Word.doc">Open this Word.doc</a>
2] have a frame in a frameset with src="Word.doc"
3] have an iframe with src="Word.doc"

/Klaus



© 1999-2004 Synop Pty Ltd