Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: aozm
  • Order by date
  1. aozm

    question about opening Word doc in javascript

    am using the following to open a Word document on the client side: function launchWord(strFile) { var oWord = new ActiveXObject("Word.Application"); if (oWord != null) { oWord.Visible = true; oWord.Documents.Open(strFile); } } This works fine when I have strFile set to something like...

Part and Inventory Search

Back
Top