SIM0100.js
382 Bytes
//文字コードはEUCで保存すること
function lnk_Nyukin(smode){
document.frm.sMode.value = smode;
document.frm.action="SIM0200.php";
document.frm.method="POST";
document.frm.submit();
}
function moveRCV(mode){
document.frm.uriageMode.value = mode;
// document.frm.action="RCV3000.php";
document.frm.action="RCV1000.php";
document.frm.method="POST";
document.frm.submit();
}