RecentUpload: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
6 bytes added ,  22:12, 21 August 2009
m
typo in Javascript fixed
(Initial Version)
 
m (typo in Javascript fixed)
Line 144: Line 144:
function file_data(phpurl) {
function file_data(phpurl) {
   if (document.getElementById) {
   if (document.getElementById) {
     var xx = (window.ActiveXObject) ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest();
     var xx = (window.ActiveXObject) ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest(phpurl);
   }
   }
   if (xx) { // got something back
   if (xx) { // got something back
1,120

edits

Navigation menu