SimpleExcel.php
[Pman.Core] / Pman.Download.js
index df6924d..7037f74 100644 (file)
@@ -86,7 +86,6 @@ Pman.Download = function(cfg)
     var b = Roo.get(document.body);
     this.form = b.createChild({
         tag: 'form',
-        name: 'testForm',
         method : this.method,
         action : this.url,
         target : this.newWindow ? '_new' : this.csvFrame.id,
@@ -117,7 +116,6 @@ Pman.Download = function(cfg)
         
     }
     
-    Roo.log(document.testForm[0]);return;
     (function() {
         this.submit = true;
         this.form.dom.submit();