comp.php 1.11 KB
<?PHP 
//*****************************************************************************
//* 
//* プログラム名:e-イベント
//* プログラムID:comp.php
//* 機能        :ユーザー情報を登録する
//* 作成者      :K.Yoshimura(MTC)
//* 
//*****************************************************************************
header("Content-type: text/html; charset=EUC-JP");
session_start();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP">
<title>e-イベント</title>
<link href="./css/global.css" rel="stylesheet" type="text/css">
<SCRIPT Language="Javascript" src="../include/user_input.inc"></SCRIPT>
</head>
<body leftmargin="0"> 
<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr class="top_font"> 
		<td height="7"><p style="margin-top: 20px; "> 
			<div align="center">
				<h2>登録完了画面</h2>
				<p>ユーザー登録が完了致しました。</p>
				<p>登録していただいたメールアドレスに、<br>『e-イベント』のアドレスをお送り致しました。</p>
			</div>
		</td>	
	</tr>
</table>
</body>
</html>