Pman.Download.js
authoredward <edward@roojs.com>
Thu, 5 May 2016 05:02:56 +0000 (13:02 +0800)
committeredward <edward@roojs.com>
Thu, 5 May 2016 05:02:56 +0000 (13:02 +0800)
Pman.Download.js

index 7037f74..2958ab9 100644 (file)
@@ -86,6 +86,7 @@ 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,