1,120
edits
(Initial Version) |
m (typo in Javascript fixed) |
||
function file_data(phpurl) {
if (document.getElementById) {
var xx = (window.ActiveXObject) ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest(phpurl);
}
if (xx) { // got something back
|
edits