📄 dvchallenge_up.js
字号:
function dvbbs_challenge_up(){
document.write ('<table cellpadding=3 cellspacing=1 align=center class=tableborder1>');
document.write ('<tr><th align=center colspan=2><form action="challenge_up.asp?action=submobile" method=post>普通用户升级为高级用户</td></tr>');
document.write ('<tr><td class=tablebody1 align=right width="40%"><B>请输入您的论坛密码</B>:</td>');
document.write (' <td class=tablebody1 width="60%">');
document.write ('<input type=password size=30 name="password">');
document.write (' </td></tr>');
document.write ('<tr><td class=tablebody1 align=right width="40%"><B>请输入您的手机号码</B>:</td>');
document.write (' <td class=tablebody1 width="60%">');
document.write ('<input type=text size=30 name="mobile">');
document.write (' </td></tr>');
document.write ('<tr><td align=center class=tablebody2 colspan=2><input type=submit value="提 交"></td></form></tr>');
document.write ('</table>');
}
function dvbbs_challenge_up_suc(){
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>您在本站成功的注册成为高级用户<br><li><a href="index.asp">进入讨论区</a></li></ul>');
document.write ('</td></tr>');
document.write ('</table>');
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -