PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

PG网页-脚本-语法错误-求助!! [复制链接]

1#
各位好!
我的PG网页每个页都提示有错误:
脚本错误
行:27
字符:1
代码:0
错误:Syntax error
我查看源码数了一下,应该是下面这行有问题:
<script language="javascript">
<!--
var CurrentMenu_Id="1";
var LastMenu_Id="15";
var Menu_Id="Menu_"+CurrentMenu_Id;
if(CurrentMenu_Id!="" && document.getElementById(Menu_Id)!=null)
{
  if(CurrentMenu_Id==LastMenu_Id)
   {
    document.getElementById(Menu_Id).className="menu_current_1_last";
   }
  else
   {
   document.getElementById(Menu_Id).className="menu_current_1";
   }
}
-->
</script>
请帮我看看,错在哪里,要修改哪里的什么文件或代码?  有错误的网页 中国万能: http://www.omnipo.hk
分享 转发
润滑油网www.omnipo.hk  网站收录www.omnipo.cn  网站评估www.omnipo.com.cn  网址导航www.36dir.com  快递查询www.oks.net.cn
TOP
发新话题 回复该主题