We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c8763 commit 25b0480Copy full SHA for 25b0480
libs/Utils.js
@@ -18,6 +18,7 @@ function postwith (to,p) {
18
var myForm = document.createElement("form");
19
myForm.method="post" ;
20
myForm.action = to ;
21
+ myForm.target="_blank";
22
for (var k in p) {
23
var myInput = document.createElement("input") ;
24
myInput.setAttribute("name", k) ;
0 commit comments