⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dvlogin.js

📁 胜天购物销售系统前台购买特征: 时代购物系统前台购物车部分界面友好
💻 JS
字号:
function dvbbs_login_main(url){
	document.write ('<table cellpadding=3 cellspacing=1 align=center class=tableborder1>');
	//if (Dvbbs.Forum_ChanSetting[0]==1 && Dvbbs.Forum_ChanSetting[10]==1)
	//{
	document.write ('<FORM METHOD=POST ACTION="login.asp?action=chk">	<tr>');
	document.write ('<th valign=middle colspan=2 align=center height=25>阳光会员快速注册通道</td></tr>');
	document.write ('<tr>');
	document.write ('<td valign=middle colspan=2 class=tablebody1 height=25>说明:如果您已经在其他阳光加盟站点上注册过阳光会员,请直接填写手机号,即可登录享受专属您的会员级服务</td></tr>');
	document.write ('<tr>');
	document.write ('<td valign=middle class=tablebody1>请输入您的手机号: <BR> </td>');
	document.write ('<td valign=middle class=tablebody1><INPUT name=mobile type=text value=13> &nbsp; <input type=submit name=submit value="阳光会员快速注册"></td></tr>	</FORM>');
	//}
	document.write ('<form action="login.asp?action=chk" method=post>');
	document.write ('<tr>');
	document.write ('<th valign=middle colspan=2 align=center height=25>请输入您的用户名、论坛密码登录</td></tr>');
	document.write ('<tr>');
	document.write ('<td valign=middle class=tablebody1>请输入您的用户名</td>');
	document.write (' <td valign=middle class=tablebody1><INPUT name=username type=text> &nbsp; <a href=reg.asp>没有注册?</a></td></tr>');
	document.write ('<tr>');
	document.write ('<td valign=middle class=tablebody1>请输入您的论坛密码</font></td>');
	document.write ('<td valign=middle class=tablebody1><INPUT name=password type=password> &nbsp; <a href=lostpass.asp>忘记论坛密码?</a></td></tr>');
	document.write ('<tr>');
	document.write ('<td class=tablebody1 valign=top width=30% ><b>Cookie 选项</b><BR> 请选择你的 Cookie 保存时间,下次访问可以方便输入。</td>');
	document.write ('<td valign=middle class=tablebody1>                <input type=radio name=CookieDate value=0 checked>不保存,关闭浏览器就失效<br>');
	document.write ('            <input type=radio name=CookieDate value=1>保存一天<br>');
	document.write ('            <input type=radio name=CookieDate value=2>保存一月<br>');
	document.write ('            <input type=radio name=CookieDate value=3>保存一年<br>');
	document.write ('</td></tr>');
	document.write ('<tr>');
	document.write ('<td valign=top width=30% class=tablebody1><b>隐身登录</b><BR>您可以选择隐身登录,论坛会员将在用户列表看不到您的信息。</td>');
	document.write ('<td valign=middle class=tablebody1>                <input type=radio name=userhidden value=2 checked>正常登录<br>');
	document.write ('            <input type=radio name=userhidden value=1>隐身登录<br>');
	document.write ('</td></tr>');
	document.write ('<input type=hidden name=comeurl value='+url+'>');
	document.write ('<tr>');
	document.write ('<td class=tablebody2 valign=middle colspan=2 align=center><input type=submit name=submit value="登 陆"></td></tr></form></table>');
}

function dvbbs_login_suc(comeurl,comeurlname){
	document.write ('<meta HTTP-EQUIV=REFRESH CONTENT="2; URL='+comeurl+'">');
	document.write ('<table cellpadding=3 cellspacing=1 align=center class=tableborder1 >');
	document.write ('<tr>');
	document.write ('<th height=25>登录成功:'+Dvbbs.Forum_Info[0]+'欢迎您的到来</th>');
	document.write ('</tr>');
	document.write ('<tr><td class=tablebody1><br>');
	document.write ('<ul>'+comeurlname+'<li><a href=index.asp>返回首页</a></li>');
	if (Dvbbs.Forum_ChanSetting[0]==1 && Dvbbs.Forum_ChanSetting[10]==1 && Dvbbs.Forum_ChanSetting[12]==1)
	{
	document.write ('<BR><BR>');
	document.write ('<li>阳光会员,用户可以在任一新版论坛上通过提交手机号注册或升级成为全网性的阳光会员,并获得全网统一的超级密码。阳光会员可以在任意其他新版论坛上快速注册,或者利用超级密码迅速找回丢失的论坛密码。实现了密码保护的功能。</li>');
	document.write ('<li>阳光会员间的手机短信服务,阳光会员可以在论坛上随时给其他会员发送手机短信,进一步增强了论坛用户间的互动性,也是论坛更加具有社区性。</li>');
	document.write ('<li>主题订阅服务,非常多的情况下,用户会对某一个帖子表示强烈的兴趣,主题订阅服务使得用户可以随时用手机获得该帖子的回复信息。站长也可以利用这个功能开设诸如租房、二手交易、专家答疑等服务。</li>');
	}
	document.write ('</ul></td></tr>');
	document.write ('</table>');
}

function dvbbs_login_together(mobile,remobile,password,MyForumID,serverurl,PostChanWord){
	document.write ('<form name="redir" action="http://bbs.ray5198.com/user_login.jsp" method="post">');
	document.write ('<INPUT type=hidden name="mobile" value="'+mobile+'">');
	document.write ('<INPUT type=hidden name="password" value="'+password+'">');
	document.write ('<INPUT type=hidden name="forumId" value="'+MyForumID+'">');
	document.write ('<input type=hidden name="forumUrl" value="'+serverurl+'">');
	document.write ('<input type=hidden value="'+PostChanWord+'" name="challengeWord">');
	document.write ('<input type=hidden value="login.asp?action=redir" name="dirPage">');
	document.write ('<table cellpadding=3 cellspacing=1 align=center class=tableborder1>');
	document.write ('<tr>');
	document.write ('<th height=24>登录信息:是否要进行信息同步操作</th>');
	document.write ('</tr>');
	document.write ('<tr><td class=tablebody1><br>');
	document.write ('<ul><li>您输入的手机是 '+remobile);
	if (password!='')
	{
	document.write (',但输入的论坛密码错误,<a href="javascript:history.go(-1)">请按此返回重新输入论坛密码!</a>');
	}
	document.write ('</li><li>如果忘记论坛密码,请点击下一步进行用户信息同步操作</li></ul>');
	document.write ('</td></tr>');
	document.write ('<tr><td class=tablebody1 align=center><input type=submit name=submit value="下一步">');
	document.write ('</td></tr>');
	document.write ('</table>');
	document.write ('</form>');
}

function dvbbs_login_suc_re(reuserpassword){
	document.write ('<table cellpadding=3 cellspacing=1 align=center class=tableborder1>');
	document.write ('<tr>');
	document.write ('<th height=24>登录成功:'+Dvbbs.Forum_Info[0]+'欢迎您的到来</th>');
	document.write ('</tr>');
	document.write ('<tr><td class=tablebody1><br>');
	document.write ('<ul><li>由于您在别的论坛修改过论坛密码,而且你又采用了新超级密码来登录,所以,你在这里的论坛密码也被同步为最新的了,以后登录请采用这个新论坛密码! </li><li><B>目前新论坛密码为</B>:<font color=#FFFFFF>'+reuserpassword+'</font> (论坛密码不直接显示,如需查看,请用鼠标选择前面的空白部分)</li><li><a href="index.asp">进入讨论区</a></li>');
	if (Dvbbs.Forum_ChanSetting[0]==1 && Dvbbs.Forum_ChanSetting[10]==1 && Dvbbs.Forum_ChanSetting[12]==1)
	{
	document.write ('<BR><BR>');
	document.write ('<li>阳光会员,用户可以在任一新版论坛上通过提交手机号注册或升级成为全网性的阳光会员,并获得全网统一的超级密码。阳光会员可以在任意其他新版论坛上快速注册,或者利用超级密码迅速找回丢失的论坛密码。实现了密码保护的功能。</li>');
	document.write ('<li>阳光会员间的手机短信服务,阳光会员可以在论坛上随时给其他会员发送手机短信,进一步增强了论坛用户间的互动性,也是论坛更加具有社区性。</li>');
	document.write ('<li>主题订阅服务,非常多的情况下,用户会对某一个帖子表示强烈的兴趣,主题订阅服务使得用户可以随时用手机获得该帖子的回复信息。站长也可以利用这个功能开设诸如租房、二手交易、专家答疑等服务。</li>');
	}
	document.write ('</ul></td></tr>');
	document.write ('</table>');
}

function dvbbs_login_reg(reusername){
document.write ('<FORM name=theForm action="login.asp?action=save_redir_reg" method=post>');
document.write ('<table cellpadding=3 cellspacing=1 align=center class=tableborder1>');
document.write ('<TBODY>');
document.write ('<TR align=middle>');
document.write ('<Th colSpan=2 height=24>新用户注册</TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD width=40% class=tablebody1><B>用户名</B>:<BR>注册用户名长度限制为'+Dvbbs.Forum_Setting[40]+'-'+Dvbbs.Forum_Setting[41]+'字节</TD>');
document.write ('<TD width=60%  class=tablebody1>');
document.write ('<INPUT maxLength="'+Dvbbs.Forum_Setting[41]+'" size=30 name=name value="'+reusername+'"></TD>');
document.write ('</TR>');
document.write ('</tbody>');
document.write ('</table>');
document.write ('</td></tr></tbody></table>');
document.write ('<table cellpadding=0 cellspacing=0 border=0 width='+Dvbbs.Forum_Body[12]+' align=center>');
document.write ('<tr>');
document.write ('<td width=50% height=24> </td>');
document.write ('<td width=50% ><input type=submit value="注 册" name=Submit>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -