SUB9990.tpl
1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!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>