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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Please help put doc to word

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have a problem. Variable store binary file. I need put it to MS Word throught IE.
By documentation this code must work:
document.open ("application/msword")
document.write strs(0,0)
document.close

strs(0,0) store binary file

But information drop to IE. I need that binary file put to MS Word. I know solve for ASP. I need to solve this problem for client's script.
Help me please.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top