SimpleExcel.php
[Pman.Core] / Pman.Download.js
index 31dfb4d..7037f74 100644 (file)
@@ -48,12 +48,9 @@ Pman.Download = function(cfg)
         Roo.log(this);
     }
     
-    Roo.log(this);
+    
     if (this.newWindow && this.method == 'GET') {
         // as ie seems buggy...
-        var url = cfg.url || this.url;
-        var params = cfg.params || this.params;
-        
         window.open( this.url + '?' + Roo.urlEncode(this.params || {}), '_blank');
         return ; 
         
@@ -104,7 +101,7 @@ Pman.Download = function(cfg)
 //        });
 //    }
  
+    Roo.log(this.params);
     for(var i in this.params) {
         
         var el = this.form.createChild( {