









<TITLE>DELUXE</TITLE>
<hdml version="3.0" markable="false" public="true" ttl="0">

	<display name="top" title="Web Site">
		<center><img src="/e/images/title.png" ALT="fanclub"><br>
		ﾊﾟｽﾜｰﾄﾞを忘れた場合<BR>
		<BR>
		ﾒｰﾙｱﾄﾞﾚｽ・生年月日の入力<BR>
		<BR>
		「ﾃﾞﾗｯｸｽ」のﾊﾟｽﾜｰﾄﾞをお忘れの方は、登録しているEﾒｰﾙのｱﾄﾞﾚｽと生年月日を下欄に入力して「送信」して下さい。<BR>
		登録しているEﾒｰﾙのｱﾄﾞﾚｽにあなたのﾊﾟｽﾜｰﾄﾞをお送りします。 <BR>
		<BR>
		■ﾒｰﾙｱﾄﾞﾚｽ<BR>
		[半角英数]<BR>
		例:abcd@ezweb.ne.jp<BR>
		<a task="gosub" dest="#mail" vars="mail=$mail" receive="mail">$mail</a><br>
		<br>
		■生年月日<BR>
		[半角数字]<BR>
		$birth_year年$birth_mon月$birth_day日<BR>
		<a task="gosub" dest="#year" vars="birth_year=$birth_year" receive="birth_year">年入力<br>
		<a task="gosub" dest="month.jsp" vars="birth_mon=$birth_mon" receive="birth_mon">月入力<br>
		<a task="gosub" dest="day.jsp" vars="birth_day=$birth_day" receive="birth_day">日入力<br>
		<br>
		<a task="go" dest="./reminder2.jsp;jsessionid=7E81C606C31327F79FAAC184C806A6EB?action=check&mail=$mail&birth_year=$birth_year&birth_mon=$birth_mon&birth_day=$birth_day">確認ﾍﾟｰｼﾞへ</a><br>
		<br>
		<a task="go" dest="http://www.sukima-de-luxe.com/e/">■「ﾃﾞﾗｯｸｽ」TOP</a><br>
		<BR>
		<center><img src="/e/images/copy.png"><br>
	</display>

	<entry name="mail" key="mail" format="50x">
		<action type="accept" task="return" text="mail" retvals="$mail">
		ﾒｰﾙｱﾄﾞﾚｽを入力してください。<br>
	</entry>

	<entry name="year" key="year" format="4N">
		<action type="accept" task="return" text="year" retvals="$year">
		年を入力してください。<br>
	</entry>

</hdml>

