Pman.Download.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 10 Sep 2010 05:48:25 +0000 (13:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 10 Sep 2010 05:48:25 +0000 (13:48 +0800)
Pman.Download.js

index 37499a8..a282874 100644 (file)
@@ -68,12 +68,14 @@ Pman.Download = function(cfg)
     //Roo.EventManager.on( this.csvFrame, 'load', cb, this);
     
     cfg.method = cfg.method || 'GET';
+    
     if (cfg.method == 'GET') {
+        Roo.log("doing get??");
+        
         this.csvFrame.src = cfg.url;
         return;
     }
-    
+    Roo.log("creating form?");
     
     var b = Roo.get(document.body);
     this.form = b.createChild({