📄 dvpay_topic.js
字号:
function dvbbs_pay_topic(usermobile,announceid){
document.write ('<table cellpadding=3 cellspacing=1 align=center class=tableborder1>');
document.write ('<tr><th align=center colspan=2><form action="pay_topic.asp?action=subinfo" 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 (usermobile);
document.write ('<input type=hidden value="'+Dvbbs.BoardID+'" name="boardid">');
document.write ('<input type=hidden value="'+announceid+'" name="id">');
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_pay_topic_suc(){
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>订阅主题成功,当本主题有人回复时,将会手机短信通知您<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 + -