0
私は、ブラウザの新しいタブでそのリンクを開き、その動作は上手くいくコードを持っています。ウィンドウオブジェクトを介して隠しパラメータを送信
window.open(
'actionName?param1=param1Value¶m2=param2Value,
'_blank' // <- This is what makes it open in a new window.
);
隠れたパラメータを送信することはできますか?
このhttp://stackoverflow.com/a/18264534を見てみましょう/ 2417602 – vikscool
localStorageで試しましたか? – Jai
[クエリ文字列を持たない新しいページに変数を渡す]の可能な複製(http://stackoverflow.com/questions/18264489/passing-variables-to-a-new-page-without-query-string) – krillgar