function openPostWindow(url, data) { var tempForm = document.createElement("form"); tempForm.id = "tempForm1"; tempForm.method = "post"; ...
確定! 回上一頁