我有一個JavaScript函數,它使用window.open調用另一個頁面並返回結果。使用POST的Javascript window.open傳遞值
這裏是我的代碼段:
var windowFeatures = "status=0, toolbar=0, location=0, menubar=0, directories=0, resizable=1, scrollbars=1";
window.open ('http://www.domain.com/index.php?p=view.map&coords=' + encodeURIComponent(coords), 'JobWindow', windowFeatures);
我現在的問題是,我要傳遞的數據量爲GET來處理,我需要使用POST方法來傳遞。
我如何轉換上面的代碼中使用POST方法打開的頁面沒有實現所有在網頁表單(網頁訂單的列表100與供應商的名單 - 我想供應商映射)
可能重複[考慮到郵編新領域新窗口](http://stackoverflow.com/questions/4556242/take-postcode-to-new- field-in-new-window) – PleaseStand 2011-04-16 04:07:30