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.
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.