SUB0101.tpl
1.08 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
<!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 modoru() {
document.location = "MAIN0000.php";
}
{/literal}
</script>
</HEAD>
<BODY bgcolor="White">
<FORM name="frm">
<!-- ヘッダー表示 -->
{include file='header_non.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">お問い合わせメールの送信が完了しました<br><br>
<input type = "button" value = " 戻 る " onclick="return modoru()";>
</p>
</td>
</tr>
</table>
<!-- フッター表示 -->
{include file='footer.tpl'}
</FORM>
</BODY>
</HTML>