Guest_imported
New member
- Jan 1, 1970
- 0
I have a sting of binary data (an excel document). In ASP I can change my content-type to Excel and "BinaryWrite" the string and have my excel document open in the browser window. I want to do it with javascript now (for a long list of reasons), unfortunetly though, I can not find a way to perform a "BinaryWrite" with JavaScript. The window.document object seems to only perform .write or .writeln (write line). Is it possible to do this in Javascript?