From: edward Date: Thu, 5 May 2016 05:02:56 +0000 (+0800) Subject: Pman.Download.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8e5e5817e2e89823769e3f6d1b8c76e1e2ada3d9 Pman.Download.js --- diff --git a/Pman.Download.js b/Pman.Download.js index 7037f745..2958ab92 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -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,