<H2>登录/加入</H2><!--丫丫猪乐园 登陆框-->
<DIV id=landing><script src="{S_URL}/teplates/$_SCONFIG[template]/login_yyzhu.php-rand=60914" type="text/javascript" language="javascript"></script></DIV>,,像这个代码为什么不能把那个登录框显示出来呀,是不是login_yyzhu.php-rand=60914这个文件里要改什么呀?有谁知道嘛
它显示出来的样子是这样的
什么都没有,一片空白
那个login_yyzhu.php-rand=60914里的代码是这样的
document.write('<form id="login" method="post" name="login" action="{S_URL}/batch.login.php?action=login" target="_self">');
document.write('<TABLE style="MARGIN-TOP: 5px" cellSpacing=0 cellPadding=0 width=275 border=0>');
document.write('<TBODY><TR><TD width=64 height=32><DIV align=right>登录名: </DIV></TD><TD width=127>');
document.write('<INPUT class=bu_b name="username" id="username" onmouseover="this.style.borderColor=#8baecf" tabIndex=1 onmouseout="this.style.borderColor=#d4d5d6" maxLength=40></TD>');
document.write('<TD width=84><INPUT type=checkbox CHECKED value=315360000 name=cookietime>自动登录</TD></TR>');
document.write('<TR><TD height=32><DIV align=right>密 码:</DIV></TD>');
document.write('<TD><INPUT class=bu_b onmouseover="this.style.borderColor=#8baecf" tabIndex=2 onmouseout="this.style.borderColor=#d4d5d6" type=password maxLength=40 name="password" id="userpass"></TD>');
document.write('<TD><INPUT class=bu_a type=submit value=提 交 name="loginsubmit" id="dologin"></TD></TR>');
document.write('<TR><TD class=landing colSpan=3 height=28><A href="{S_URL}/bbs/member.php?action=lostpasswd" target=_blank>密码找回</A> | <A href="{S_URL}/bbs/register.php?referer=http://www.yctcgw.com/index.php" target=_blank>注册拥有</A> | <A href="{S_URL}/bbs/faq.php" target=_blank>入伙指南</A></TD></TR>');
document.write('</TBODY></TABLE>');
document.write('</form>');
到底是哪错了,谁帮我改改好嘛,小弟先在此谢过了 |