我的论坛出现这个问题啦,6.0的.地址:www.yzicd.cn/bbs
Internet Explorer 无法打开 Internet 站点
晕死,当时我好像加入了一段滚动广告代码在页尾广告位置.然后就马上出现问题了,开始还能刷新打开面页,但是无法进行任何登陆.再一会儿就面页都打不开了,现在无法打开面页,我也没办法登陆到后台修改.急死我了.请帮忙解决下啊,天天来关注结果.
QQ:81223322,如果有消息我没在,希望能告诉一下啊
下面是我加入的那段滚动广告代码
<TABLE cellSpacing=0 cellPadding=0 width=98% align=center border=0>
<TBODY>
<TR>
<TD>
<DIV id=demo style="OVERFLOW: hidden; WIDTH: 100%; COLOR: #ffffff">
<TABLE cellSpacing=0 cellPadding=0 align=left border=0 cellspace="0">
<TBODY>
<TR>
<TD id=demo1 vAlign=top><table width="1200" height="90" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="120"><a href="http://www.uv028.poco.cn"target="_blank"><img border="0" src="http://www.yzicd.cn/bbs/images/ggtp/gd1.gif" width="110" height="60"></a></td>
<td width="120"><a href="http://www.yzicd.cn"target="_blank"><img border="0" src="http://www.yzicd.cn/bbs/images/ggtp/gd2.gif" width="110" height="60"></a></td>
<td width="120"><a href="http://www.yzicd.cn"target="_blank"><img border="0" src="http://www.yzicd.cn/bbs/images/ggtp/gd3.gif" width="110" height="60"></a></td>
<td width="120"><a href="http://www.yzicd.cn"target="_blank"><img border="0" src="http://www.yzicd.cn/bbs/images/ggtp/gd4.gif" width="110" height="60"></a></td>
<td width="120"><a href="http://www.8844028.com"target="_blank"><img border="0" src="http://www.yzicd.cn/bbs/images/ggtp/gd5.gif" width="110" height="60"></a></td>
<td width="120"><a href="http://www.yzicd.cn"target="_blank"><img border="0" src="http://www.yzicd.cn/bbs/images/ggtp/gd6.gif" width="110" height="60"></a></td>
<td width="120"><a href="http://www.yzicd.cn"target="_blank"><img border="0" src="http://www.yzicd.cn/bbs/images/ggtp/gd7.gif" width="110" height="60"></a></td>
<td width="120"><a href="http://www.yzicd.cn"target="_blank"><img border="0" src="http://www.yzicd.cn/bbs/images/ggtp/gd8.gif" width="110" height="60"></a></td>
<td width="120"><a href="http://shop33224847.taobao.com"target="_blank"><img border="0" src="http://www.yzicd.cn/bbs/images/ggtp/gd9.gif" width="110" height="60"></a></td>
</tr>
</table></TD>
<TD id=demo2 vAlign=top> </TD></TR></TBODY></TABLE></DIV>
<SCRIPT>
var speed3=1//速度数值越大速度越慢
demo2.innerHTML=demo1.innerHTML
function Marquee(){
if(demo2.offsetWidth-demo.scrollLeft<=0)
demo.scrollLeft-=demo1.offsetWidth
else{
demo.scrollLeft++
}
}
var MyMar=setInterval(Marquee,speed3)
demo.onmouseover=function() {clearInterval(MyMar)}
demo.onmouseout=function() {MyMar=setInterval(Marquee,speed3)}
</SCRIPT> |