发新话题
打印

请教网页上有错误如何解决?

请教网页上有错误如何解决?

我的博客首页不能正常显示了,可急坏了我,提示网页上有错误。具体情况如下图:

下面是网页的源代码,请各位大虾帮忙分析一下是什么错误,如何修改?有请了。
<script language="javascript" src="/user_music_cookie.asp?
id=3554"></script>
<script language="javascript">
<!--
document.write ("<HTML>");
document.write ("<HEAD>");
document.write ("<TITLE>一路上有你</TITLE>");
document.write ("<META http-equiv=Content-Type content=\"text/html;
charset=gb2312\">");
document.write ("</HEAD>");
document.write ("<FRAMESET border=\"0\" frameSpacing=\"0\"
rows=\"25,4,*\" frameBorder=\"NO\" id=\"music\">");
document.write ("<FRAME name=\"topFrame\" src=\"exobud.htm\" noResize
scrolling=\"no\">");
document.write ("<FRAMESET border=\"0\" frameSpacing=\"0\"
frameBorder=\"NO\" cols=\"*\">");
document.write ("<frame src=\"center.html\" noResize
scrolling=\"no\">");
document.write ("<FRAME name=\"leftFrame\" src="+tourl+" noResize
scrolling=\"yes\">");
document.write ("</FRAMESET>");
document.write ("</FRAMESET>");
document.write ("</HTML>");
// -->
</script>

TOP

document.write ("<FRAME name=\"leftFrame\" src="+tourl+" noResize
scrolling=\"yes\">");
中的tourl没定义,所以document网页输出不能显示出来,在第十三行里找不到该定义呗,scr已经把外层链到此页,tourl是该后面继续写上给他附加值就好了
乐观、自信、沉着-----------成功

TOP

要建博客  咱们百晓网站论坛本身自带的  博客系统也可以用的!!   要是不喜欢,可以直接联系本人     给您免费的提供空间和php  博客程序  !  有兴趣联系我!

TOP

发新话题