<% Dim Plus,strtemp,strtemp1,strtemp2,i,j Set Plus = New Cls_Plus Plus.Open("kefu") ' 打开配置文件 If Plus.Config("state") = 0 Then Response.End 'On Error Resume Next %> $(document).ready(function(){ $("#floatShow").bind("click",function(){ $("#onlineService").animate({width:"show", opacity:"show"}, "normal" ,function(){ $("#onlineService").show(); }); $("#floatShow").attr("style","display:none"); $("#floatHide").attr("style","display:block"); return false; }); $("#floatHide").bind("click",function(){ $("#onlineService").animate({width:"hide", opacity:"hide"}, "normal" ,function(){ $("#onlineService").hide(); }); $("#floatShow").attr("style","display:block"); $("#floatHide").attr("style","display:none"); return false; }); }); document.write(''); document.write('
'); document.write('
'); document.write(' '); document.write(' 展开'); document.write('
'); document.write('
'); document.write('
'); document.write('

QQ在线客服

'); document.write('
    '); <%strtemp=split(Plus.Config("qq"),chr(13)) for i=0 to ubound(strtemp) strtemp1=split(strtemp(i),":") %> document.write('
  • <%=strtemp1(0)%>
  • '); <% strtemp2=split(strtemp1(1),"|") for j=0 to ubound(strtemp2) %> document.write('
  • 点击这里给我发消息
  • '); <% next next %> document.write('
  • '); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); <% Set Plus = Nothing %>