动网首页登入口代码
<P>动网首页登入口代码并未在官方的首页调用文件包中提供,这是小弟好不容易才找到的,希望大家喜欢!演示 <a href="http://freehost23.websamba.com/worldwe/dvbbs/index.htm" target="_blank" >http://freehost23.websamba.com/worldwe/dvbbs/index.htm</A>
<script language="javascript">
document.write('<table border="0" width="100%">');
document.write(' <tr><td width=100% height=1 align="center">');
document.write('<form method=post action="BBSA/login.asp?action=chk">');//注意修改路径
document.write('用户名:<input type=text name=username size=12 maxlength=50> ');
document.write('<br>');
document.write('密 码:<input type=password name=password size=12 maxlength=50> ');
document.write('<br>');
document.write('<input type=submit name=Submit value=登陆>');
document.write('<input type=button value=注册 onclick=window.open("BBSA/reg.asp")>');//注意修改路径
document.write('<input type=button value=游客进入 onclick=window.open("BBSA/index.asp")>');//注意修改路径
document.write('</td></form></tr></table>');
</script></P>
页:
[1]