Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
whitedot
2013-05-09 21:43:31 +09:00

View File

@ -174,29 +174,29 @@
{ {
var of = window.opener.document.forderform; var of = window.opener.document.forderform;
of.req_tx.value = "<?=$req_tx?>"; of.req_tx.value = "<?=$req_tx?>";
of.res_cd.value = "<?=$res_cd?>"; of.res_cd.value = "<?=$res_cd?>";
of.tran_cd.value = "<?=$tran_cd?>"; of.tran_cd.value = "<?=$tran_cd?>";
of.ordr_idxx.value = "<?=$ordr_idxx?>"; of.ordr_idxx.value = "<?=$ordr_idxx?>";
of.good_mny.value = "<?=$good_mny?>"; of.good_mny.value = "<?=$good_mny?>";
of.good_name.value = "<?=$good_name?>"; of.good_name.value = "<?=$good_name?>";
of.buyr_name.value = "<?=$buyr_name?>"; of.buyr_name.value = "<?=$buyr_name?>";
of.buyr_tel1.value = "<?=$buyr_tel1?>"; of.buyr_tel1.value = "<?=$buyr_tel1?>";
of.buyr_tel2.value = "<?=$buyr_tel2?>"; of.buyr_tel2.value = "<?=$buyr_tel2?>";
of.buyr_mail.value = "<?=$buyr_mail?>"; of.buyr_mail.value = "<?=$buyr_mail?>";
of.enc_info.value = "<?=$enc_info?>"; of.enc_info.value = "<?=$enc_info?>";
of.enc_data.value = "<?=$enc_data?>"; of.enc_data.value = "<?=$enc_data?>";
of.use_pay_method = "<?=$use_pay_method?>"; of.use_pay_method.value = "<?=$use_pay_method?>";
of.rcvr_name.value = "<?=$rcvr_name?>"; of.rcvr_name.value = "<?=$rcvr_name?>";
of.rcvr_tel1.value = "<?=$rcvr_tel1?>"; of.rcvr_tel1.value = "<?=$rcvr_tel1?>";
of.rcvr_tel2.value = "<?=$rcvr_tel2?>"; of.rcvr_tel2.value = "<?=$rcvr_tel2?>";
of.rcvr_mail.value = "<?=$rcvr_mail?>"; of.rcvr_mail.value = "<?=$rcvr_mail?>";
of.rcvr_zipx.value = "<?=$rcvr_zipx?>"; of.rcvr_zipx.value = "<?=$rcvr_zipx?>";
of.rcvr_add1.value = "<?=$rcvr_add1?>"; of.rcvr_add1.value = "<?=$rcvr_add1?>";
of.rcvr_add2.value = "<?=$rcvr_add2?>"; of.rcvr_add2.value = "<?=$rcvr_add2?>";
of.param_opt_1.value = "<?=$param_opt_1?>"; of.param_opt_1.value = "<?=$param_opt_1?>";
of.param_opt_2.value = "<?=$param_opt_2?>"; of.param_opt_2.value = "<?=$param_opt_2?>";
of.param_opt_3.value = "<?=$param_opt_3?>"; of.param_opt_3.value = "<?=$param_opt_3?>";
var od = window.opener.document; var od = window.opener.document;
od.getElementById("show_req_btn").style.display = "none"; od.getElementById("show_req_btn").style.display = "none";