SIM9000.js 158 Bytes
//文字コードはEUCで保存すること

function mail_send(seq,mode){
	document.frm.action = "./SIM9001.php";
	document.frm.method="POST";
	document.frm.submit();
}