| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 668 人关注过本帖
标题:亲人哪,帮我看看客服系统live800的代码在哪里?
只看楼主 加入收藏
梦里123
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2011-4-20
收藏
 问题点数:0 回复次数:0 
亲人哪,帮我看看客服系统live800的代码在哪里?
网上下载的源码中有live800客服系统,我不想要这个东西,但是在源码中怎样也找不到live800的代码,亲人啊,咋办,谁能帮我找出来,我不尽感谢呀!首页的index.asp源码如下,但我眼睛一遍一遍的扫描都没有发现(其他的源码我也看了),咋办,咋办,帮帮忙吧!谢谢。
<!--#include file="top.asp"-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/index.js"></script>

<!--图片新闻 课程列表-->
<table width="943"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
   
    <td width="943" ><%=GetOneImg(92)%></td>
   
  </tr>
</table>

<table width="943" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td width="337"><table width="330" height="250" border="0" cellpadding="0" cellspacing="0" class="borderGray">
            <tr>
              <td align="center" valign="middle">
              <%Flash("select top 5 id,title,ctlgid,imgname,RedirectUrl from tnews where ctlgid in(select ctlgid from tNews_Catalog where parentId=4) and imgname is not null and is_new=1 order by sortid desc,id desc")%>
              </td>
            </tr>
          </table></td>
          <td valign="top"><table width="606" height="25" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td width="12" background="images/index_title_blueL.jpg">&nbsp;</td>
              <td background="images/index_title_blueM.jpg" class="white13B">课程列表</td>
              <td width="50"><a href="course.asp"><img src="images/more_blue.jpg" width="50" height="25" /></a></td>
            </tr>
          </table>
            <table width="606" height="225" border="0" cellpadding="0" cellspacing="0" class="borderLBR">
              <tr>
                <td valign="top"><div class="pitch1"></div>
                <div id="kclb">                    
                    <ul>
                        <% set rs= getrs("select top 9 ctlgId,ctlgName from tNews_Catalog where parentID=1 order by sortid desc,ctlgId asc")
                           i=0
                           do while not rs.eof
                           if i=0 then
                           ctlgId=rs("ctlgId")
                         %>
                        <li class="kclb01" id="<%=rs("ctlgId")%>"><a style="color:#3a62b2" href="CourseView.asp?ctlgid=<%=rs("ctlgid")%>"><%=rs("ctlgName")%></a></li>
                        <%else%>
                        <li class="kclb02" id="<%=rs("ctlgId")%>"><a style="color:#3a62b2" href="CourseView.asp?ctlgid=<%=rs("ctlgid")%>"><%=rs("ctlgName")%></a></li>
                        <%end if
                          rs.movenext
                          i=1
                          loop
                          rs.close
                        %>
                    </ul>
                </div><br /><br />               
                <div id="kcInfo">            
                <script type="text/javascript">loadKcData(<%=ctlgId%>)</script>
                <div>
                 </td></tr></table>
            </td>
        </tr>
  </table>

<div class="pitch1"></div>
<table width="943"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
   
    <td width="943" ><%=GetOneImg(93)%></td>
   
  </tr>
</table>
<!--新闻中心 双语热点 课程列表-->

<table width="943" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="337" valign="top"><table width="330" height="25" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="11" background="images/index_title_L.jpg">&nbsp;</td>
        <td background="images/index_title_M.jpg" class="blue13B">新闻中心</td>
        <td width="48"><a href="news.asp"><img src="images/more01.jpg" /></a></td>
      </tr>
    </table>
    <% set rs=Getrs("select top 1 id,ctlgID,title,content from tnews where ctlgID =15 and is_top=1 and is_Index=1 order by sortID desc,id desc")
        if not rs.eof then
        title=cutstr(rs("title"),30)
        content=cutstr(ClsHTMLTag(rs("content")),80)
        ctlgID=rs("ctlgID")
        id=rs("id")
        rs.close   
        end if
        %>
    <table width="330" height="200" border="0" cellpadding="0" cellspacing="0" class="borderLR">
      <tr>
        <td height="196" valign="top" bgcolor="#FFFFFF"><table width="302" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td height="30"><a href="news_01.asp?id=<%=id%>"><span class="blue13B"><%=title%></span></a></td>
          </tr>
          <tr>
            <td><a href="news_01.asp?id=<%=id%>"><%=content%></a></td>
          </tr>
        </table>
        
          <table width="310" height="16" border="0" align="center" cellpadding="0" cellspacing="0" class="line01">
            <tr>
              <td></td>
            </tr>
          </table>
          <%sql="select top 4 ctlgid,id,title from tnews where ctlgID=15 and is_top=0 and is_Index=1 order by sortID desc,id desc"
              str=gettpl("首页新闻中心")
              response.write replace_tag_splitpage(sql,str)
            %>
         
          </td>
      </tr>
    </table>
    <table width="330" height="25" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="11" background="images/index_title_L.jpg">&nbsp;</td>
        <td background="images/index_title_M.jpg" class="blue13B">考试资讯</td>
        <td width="48"><a href="news.asp?ctlgID=16"><img src="images/more01.jpg" /></a></td>
      </tr>
    </table>
    <table width="330" height="78" border="0" cellpadding="0" cellspacing="0" class="borderLBR">
      <tr>
        <td valign="top"><%sql="select top 3 ctlgid,id,title from tnews where ctlgID=16 and is_Index=1 order by sortID desc,id desc"
              str=gettpl("首页新闻中心")
              response.write replace_tag_splitpage(sql,str)
            %> </td>
      </tr>
    </table></td>
    <td width="371" valign="top"><table width="364" height="25" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="11" background="images/index_title_L.jpg">&nbsp;</td>
        <td background="images/index_title_M.jpg" class="blue13B">双语热点</td>
         <td width="48"><a href="news.asp?ctlgID=17"><img src="images/more01.jpg" /></a></td>
      </tr>
    </table>
      <table width="364" height="303" border="0" cellpadding="0" cellspacing="0" class="borderLBR">
      <tr>
        <td bgcolor="#FFFFFF">
        <%sql="select top 12 ctlgid,id,title from tnews where ctlgID=17 and is_Index=1 order by sortID desc,id desc"
              str=gettpl("首页双语热点")
              response.write replace_tag(sql,str)
            %></td>
      </tr>
    </table></td>
    <td valign="top"><table width="235" height="25" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="12" background="images/index_title_blueL.jpg">&nbsp;</td>
        <td background="images/index_title_blueM.jpg" class="white13B">在线答疑</td>
        <td width="50"><a href="fellView.asp"><img src="images/more_blue.jpg" width="50" height="25" /></a></td>
      </tr>
    </table>
      <table width="235" height="303" border="0" cellpadding="0" cellspacing="0" class="borderLBR">
        <tr>
          <td valign="top">
          <div id="pic">
    <div id="pic_box">
        <table width="218" border="0" align="center" cellpadding="3" cellspacing="0">
            <%set rs=getrs("select top 5 * from Tmsb where huifu<>'' order by id desc")
              do while not rs.eof%>
            <tr>
              <td>[<span style="color:green;">咨询</span>] <a href="fellView.asp"><%=cutStr(rs("info_5"),60)%></a></td>
            </tr>
            <tr>
              <td>[<span class="red">回复</span>] <a href="fellView.asp"><%=cutStr(rs("huifu"),90)%></a></td>
            </tr>
            <% rs.movenext
               loop
               rs.close%>
          </table>
    </div>
<div id="pic_box_r"></div>
</div>
          </td>
        </tr>
      </table></td>
  </tr>
</table>

<div class="pitch1"></div>

<!--中间图片-->

<table width="943" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="337" valign="top"><%FlashIM("select top 4 id,title,ctlgid,imgname,RedirectUrl from tnews where ctlgid=74 and imgname is not null order by sortid desc,id desc")%></td>
    <td width="371" valign="top"><%FlashIM2("select top 4 id,title,ctlgid,imgname,RedirectUrl from tnews where ctlgid=75 and imgname is not null order by sortid desc,id desc")%></td>
    <td align="center" valign="middle" class="borderBlue">
    <a href="service.asp?ctlgID=27" target="_blank"><img src="images/index_46.jpg" /></a></td>
  </tr>
</table>

<div class="pitch1"></div>

<!--高分学员 学员服务-->

<table width="943" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="708" valign="top">
    <div id="gfxy">
        <ul>
            <li class="gfxy01" id="13"><a href="student.asp" style="color:#3a62b2">高分学员</a></li>
            <li class="gfxy02" id="10"><a href="teacher.asp" style="color:#3a62b2">名师风采</a></li>
        </ul>
        <a href="student.asp"><img src="images/more.gif" /></a>
    </div>
     <div id="pic2">
        <div id="pic_box2">
            <div id="LBRInfo">
            <script type="text/javascript">loadGfData(13)</script>
            </div>
        </div>   
    <div id="pic_box_r2"></div>
    </div>
   
    </td>
    <td><table width="235" height="25" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="12" background="images/index_title_blueL.jpg">&nbsp;</td>
        <td background="images/index_title_blueM.jpg" class="white13B">学员服务</td>
        <td width="50"><a href="student.asp?ctlgID=14"><img src="images/more_blue.jpg" width="50" height="25" /></a></td>
      </tr>
    </table>
      <table width="235" height="239" border="0" cellpadding="0" cellspacing="0" class="borderLBR">
        <tr>
          <td valign="top"><div class="pitch1"></div>
         
          <table width="218" border="0" align="center" cellpadding="1" cellspacing="0">
            <% set rs=getrs("select top 10 ctlgid,title,id from tnews where ctlgid=14 and is_index=1 order by sortid desc,id desc")
            i=0
            do while not rs.eof%>
            
            <tr>
              <td><span class="blue">[学员服务]</span><a href="news_01.asp?id=<%=rs("id")%>"> <%=cutstr(rs("title"),18)%></a></td>
            </tr>
           <% if i=4 then%>
           <tr><td>
           <table width="214" height="16" border="0" align="center" cellpadding="0" cellspacing="0" class="line01">
              <tr>
                <td></td>
              </tr>
            </table></td></tr>
            <%end if%>
           <%rs.movenext
             i=i+1
             loop
             rs.close
             %>
            
          </table>
            
          </td>
        </tr>
      </table></td>
  </tr>
</table>

<div class="pitch1"></div>

<!--学习园地-->

<table width="943" height="25" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="12" background="images/index_title_blueL.jpg">&nbsp;</td>
    <td background="images/index_title_blueM.jpg" class="white13B">学习园地</td>
    <td width="2" background="images/index_title_blueR.jpg"></td>
  </tr>
</table>
<table width="943" border="0" align="center" cellpadding="0" cellspacing="5" class="borderLBR">
    <% set rs=getrs("select top 9 ctlgname,ctlgid from tNews_Catalog where parentid=1")
            i=0
            do while not rs.eof%>
            
    <%if i mod 3=0 then%>
    <tr>
    <% end if%>        
    <td height="120" valign="top" bgcolor="#f5f5fd">
    <table width="290" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td width="20" align="center"><img src="images/index_icon01.jpg" width="9" height="9" /></td>
          <td width="226" class="blue13B"><%=rs("ctlgname")%></td>
          <td width="48"><a href="XXYD.asp?ctlgid=<%=rs("ctlgid")%>"><img src="images/more.gif" width="48" height="23" /></a></td>
        </tr>
      </table>
        <table width="295" height="90" border="0" align="center" cellpadding="0" cellspacing="0" class="borderBlue">
          <tr>
            <td width="90" align="center" bgcolor="#FFFFFF"><img src="images/course_<%=rs("ctlgid")%>.jpg" /></td>
            <td bgcolor="#FFFFFF" valign="top"><table width="200" border="0" cellpadding="1" cellspacing="0">
                <% set rs2=getrs("select top 4 ctlgid,title,id from tnews where ctlgid="&rs("ctlgid")&" and is_index=1 and kclb='学习园地' order by sortid desc,id desc")
                do while not rs2.eof%>
                <tr>
                  <td>·<a href="news_01.asp?id=<%=rs2("id")%>"><%=cutstr(rs2("title"),24)%></a></td>
                </tr>
                <% rs2.movenext
                   loop
                   rs2.close%>
            </table></td>
          </tr>
      </table>      
      </td>
      <%if i mod 3=2 then%>
     </tr>
     <% end if%>   
      <%rs.movenext
      i=i+1
        loop        
        rs.close%>
</table>

<div class="pitch1"></div>
<table width="943"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
   
    <td width="943" ><%=GetOneImg(94)%></td>
   
  </tr>
</table>
<!--客服中心 留学向导-->

<table width="943" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="475" valign="top"><table width="468" height="25" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="11" background="images/index_title_L.jpg">&nbsp;</td>
        <td background="images/index_title_M.jpg" class="blue13B">客服中心</td>
        <td width="2" background="images/index_title_R.jpg"></td>
      </tr>
    </table>
      <table width="468" height="260" border="0" cellpadding="0" cellspacing="0" class="borderLBR">
        <tr>
          <td valign="top"><div class="pitch1"></div>
          <div id="tab">
            <ul>
              <!--li class="kfzx01">联系方式</li>
              <li class="kfzx02">试听/模考预约</li-->
              <li class="kfzx01" id="53"><a href="resourse.asp?ctlgID=53" style="color:#3a62b2">资料下载</a></li>
              <li class="kfzx02" id="51"><a href="resourse.asp?ctlgID=51" style="color:#3a62b2">雅思高仿真模考</a></li>
              <li class="kfzx02" id="27"><a href="service.asp?ctlgID=27" style="color:#3a62b2">学业反馈</a></li>
              <li class="kfzx02" id="28"><a href="service.asp?ctlgID=28" style="color:#3a62b2">校友活动</a></li>
            </ul>
          </div>
          <div id="news_list">
            <script type="text/javascript">loadKfData(53)</script>
          </div></td>
        </tr>
      </table></td>
    <td valign="top"><table width="468" height="25" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="11" background="images/index_title_L.jpg">&nbsp;</td>
        <td background="images/index_title_M.jpg" class="blue13B">留学向导</td>
        <td width="2" background="images/index_title_R.jpg"></td>
      </tr>
    </table>
      <table width="468" height="260" border="0" cellpadding="0" cellspacing="0" class="borderLBR">
        <tr>
          <td valign="top"><div class="pitch1"></div>
          <div id="tab2">
            <ul>
                        <% set rs= getrs("select top 8 ctlgId,ctlgName from tNews_Catalog where parentID=5")
                           i=0
                           do while not rs.eof
                           if i=0 then
                           ctlgId=rs("ctlgId")
                         %>
                        <li class="lxxd01" id="<%=rs("ctlgId")%>"><a href="study.asp?ctlgID=<%=ctlgid%>" style="color:#3a62b2"><%=rs("ctlgName")%></a></li>
                        <%else%>
                        <li class="lxxd02" id="<%=rs("ctlgId")%>"><a href="study.asp?ctlgID=<%=ctlgid%>" style="color:#3a62b2"><%=rs("ctlgName")%></a></li>
                        <%end if
                          rs.movenext
                          i=1
                          loop
                          rs.close
                        %>
                    </ul>            
          </div>
          <div id="news_list2">
            <script type="text/javascript">loadLxData(18)</script>
          </div>
          </td>
        </tr>
      </table>
      </td>
  </tr>
</table>

<div class="pitch1"></div>

<!--校友录-->

<table width="943" height="34" border="0" align="center" cellpadding="0" cellspacing="0" class="borderBlue"><form id="form23" name="form23" method="post" action="SeaStudent.asp">
  <tr>
    <td width="76" align="center" bgcolor="#d3dff9" class="blue13B">校友录</td>
    <td background="images/index_xyl_bg.jpg">&nbsp;&nbsp;&nbsp;请输入您要查找校友的名字或班号:
      
        <input name="keyword" type="text" class="borderGray" size="24" />
        <input name="radiobutton" type="radio" value="1" checked="checked" />
班号
<input name="radiobutton" type="radio" value="2" />
名字&nbsp;<input type="image" src="images/index_search_btn.jpg" style=" vertical-align:middle;"  /></td>
  </tr></form>
</table>

<div class="pitch1"></div>

<!--友情链接-->
<script src="js/MSClass.js" language="javascript"></script>

<table width="943" border="0" align="center" cellpadding="0" cellspacing="0" class="borderBlue">
  <tr>
    <td><table width="941" height="28" border="0" cellpadding="0" cellspacing="0" background="images/index_link_bg.jpg">
      <tr>
        <td>&nbsp;&nbsp;<span class="blue13B">友情链接</span></td>
        <td width="60" align="center"></td>
      </tr>
    </table><div class="pitch1"></div>
    <div id="marqueediv1" style="width:941px;height:35px;overflow:hidden;">
    <%sql="select * from tFriendlyLink order by sortID desc,id desc"
              str=gettpl("友情链接")
              response.write replace_tag_splitpage(sql,str)
            %>
    </div>
    <script defer>
        new Marquee("marqueediv1",0,1,941,35,50,4000,500)
    </script>
   
<div class="pitch1"></div><div class="pitch1"></div></td>
  </tr>
</table>

<!--#include file="bottom.asp"-->
搜索更多相关主题的帖子: javascript 新闻 
2011-04-20 12:45
快速回复:亲人哪,帮我看看客服系统live800的代码在哪里?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016617 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved