SUB9990.tpl 1.81 KB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META name="GENERATOR" content="Microsoft FrontPage 4.0">
<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
<META http-equiv="Content-Style-Type" content="text/css">
<link href="./css/style.css" rel="stylesheet" type="text/css">
<TITLE>め〜るNiポン!</TITLE>
<script type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
<script>
{literal}

function deleteCheck(){
	if (confirm("退会処理を行います\nよろしいですか?")){
		document.frm.Submit_btn.disabled = true;
		document.frm.action="SUB9991.php";
		document.frm.submit();
	}
}

{/literal}
</script>
</HEAD>
<BODY bgcolor="White">
<FORM name="frm">
<!-- ヘッダー表示 -->
{include file='header.tpl'}
<!-- メニュー表示 -->
{include file='menu.tpl'}
<!-- 一覧表示 -->
<table width="100%" border="0">
	<tr>
		<th><B><font color="blue" size="5">退会処理</font></B></th>
	</tr>
</table>
<hr />
<table width="100%" border="0"> 
	<tr> 
		<td align="center">
			<p align="center">
				め〜るNiポンの退会処理を行います。<br>
				<br>
				<font color="#FF0000">※退会後にメールアドレスなどの個人情報は削除されます。<br>
				<br>
				</font>
			</p>
			<table width="40%" height="150" border="1">
				<tr>
					<th scope="col"><div align="center">退会理由<BR>(任意)</div></th>
					<th align="left" valign="top" scope="col"><textarea name="textarea" cols="35" rows="10"></textarea></th>
				</tr>
			</table>
			<br>
			<input type="button" name="Submit_btn" value=" 退会する " onClick="JavaScript:deleteCheck();">
		</td> 
	</tr> 
</table> 
<table width="100%" border="0"> 
	<tr>
		<td align="center"><input type="button" name="btnReturn" value="メニューへ戻る" onClick="location='MAIN0000.php'"></td> 
	</tr> 
</table>
<!-- フッター表示 -->
{include file='footer.tpl'}
</FORM>
</BODY>
</HTML>