Rss & SiteMap

通信圈 http://www.cntxj.net/bbs

通信圈,中国通信门户,是通信界最权威的通信论坛,提供通信新闻资讯、通信技术、产品、增值业务、解决方案等多种服务。
共1 条记录, 每页显示 30 条, 页签: [1]
[浏览完整版]

标题:如何让用户注册时填写生日日期

1楼
新月弯刀 发表于:2006/12/1 13:52:47

以下内容感谢 ♂馒头♂ 网友提供。

=======================

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>&nbsp;&nbsp;&nbsp;&nbsp;</b><br />请输入您的生日,我们会在您生日那天给您送上祝贺与礼品哦!</td>

<td class="tablebody1">

<input name="birthday" type="text" onfocus="show_cele_date(birthday,'','',birthday)" value="">

</td></tr>

==================================

共1 条记录, 每页显示 30 条, 页签: [1]


Powered By Dvbbs Version 8.3.0
Processed in .04688 s, 3 queries.