Skip to content

Commit 25b0480

Browse files
committed
Send data to new window
1 parent b6c8763 commit 25b0480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/Utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function postwith (to,p) {
1818
var myForm = document.createElement("form");
1919
myForm.method="post" ;
2020
myForm.action = to ;
21+
myForm.target="_blank";
2122
for (var k in p) {
2223
var myInput = document.createElement("input") ;
2324
myInput.setAttribute("name", k) ;

0 commit comments

Comments
 (0)