User Profile
Collapse
-
It seams as I get in something since I do not get it as "undefined" . If that's true I might only need to convert it to a variant someway. -
PO Eriksson started a topic How to read data from binary "database" files to present on the web page?in JavascriptHow to read data from binary "database" files to present on the web page?
Have tried this and it works for Textstring,
objXml.response Text, but I can't get it to work for binary array, objXml.response Body.
Code:<HTML><HEAD> <SCRIPT language = "Javascript"> objXml = new ActiveXObject("Microsoft.XMLHTTP"); var datafile = "data.txt"; objXml.open("GET", datafile, true); objXml.onreadystatechange=function() { if (objXml.readyState==4)
No activity results to display
Show More
Leave a comment: