RecentUpload: Difference between revisions

m
typo in Javascript fixed
(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
1,120

edits