以下内容感谢 ♂馒头♂ 网友提供。
=======================
reg.asp文件第407行(If not Isdate(birthday) Then birthday="")下面插入一行
If birthday="" Then ErrCodes=ErrCodes+"<li>为方便给您送上祝贺及礼品,请正确输入您的生日!"
========================
动网默认风格分页面模板(page_login)界面风格管理 template.html(13)
在
<tr>
<td class="tablebody1"><b>Email地址</b>:<br />请输入有效的邮件地址,这将使您能用到论坛中的所有功能<br />如xxx@yahoo.com.cn,<a href="http://cn.mail.yahoo.com/?id=79104">如果没有邮箱,请先注册雅虎G免费邮箱</a></td>
<td class="tablebody1">
<input name="e_mail" type="text" size="30" maxlength="50" />
<input name="button" type="button" onclick="gopreview1()" value='检测帐号' /></td>
</tr>
的前面插入
<tr><td class="tablebody1"><b>生 日</b><br />请输入您的生日,我们会在您生日那天给您送上祝贺与礼品哦!</td>
<td class="tablebody1">
<input name="birthday" type="text" onfocus="show_cele_date(birthday,'','',birthday)" value="">
</td></tr>
==================================