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!

Binary Write for Javascript?

Status
Not open for further replies.

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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top