怎样给网站添加个在线客服,左侧或右侧的那种,像下面这种的
要免费的,
或者QQ+旺旺在线的也行
最好能说一下 添加的具体步骤
PS:我的网站不是模板的在在后台没有直接添加在线客服的选型
谢谢
怎样给网站添加个在线客服,左侧或右侧的那种,像下面这种的
要免费的,
或者QQ+旺旺在线的也行
最好能说一下 添加的具体步骤
PS:我的网站不是模板的在在后台没有直接添加在线客服的选型
谢谢
你说的功能很简单 下面给你写的你要的功能代码 QQ号码现在是我的 改成你的 具体美观性 自己再根据你本身网站酌情修改吧 呵呵
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<LINK
href="dip.css" type=text/css rel=stylesheet>
</head>
<BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<script>
function initEcAd(s_right,r_top) {
document.all.AdLayer2.style.visibility = 'visible'
MoveRightLayer('AdLayer2',s_right,r_top);
}
function MoveRightLayer(layerName,s_right,r_top) {
right_x = s_right;
right_y1 = r_top
right_y2 = r_top;
var diff = (document.documentElement .scrollTop + right_y1 - document.all.AdLayer2.style.posTop)*.40;
var right_y1 = document.documentElement .scrollTop + right_y1 - diff;
eval("document.all." + layerName + ".style.posTop = "+right_y1);
eval("document.all." + layerName + ".style.posRight = "+right_x);
setTimeout("MoveRightLayer('AdLayer2',right_x,right_y2);", 10);
}
</script>
<div id=AdLayer2 style='position: absolute;visibility:hidden;z-index:1'>
<table border='0' width='60' cellspacing='0' cellpadding='0'>
<tr><td width='100%'><a href=" http://sighttp.qq.com/cgi-bin/check?
sigkey=cbe7817f87dd64d050880214ec5706af05c9d8205c60ea62b5bbbb2f2fee530c"; target=_blank; onclick="var
tempSrc=' http://sighttp.qq.com/wpa.js?rantime='+Math.random()
+'&sigkey=cbe7817f87dd64d050880214ec5706af05c9d8205c60ea62b5bbbb2f2fee530c';var oldscript=document.getElementById
('testJs');var newscript=document.createElement('script');newscript.setAttribute('type','text/javascript');
newscript.setAttribute('id', 'testJs');newscript.setAttribute('src',tempSrc);if(oldscript == null){document.body.appendChild
(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;"><img border="0"
SRC=' http://wpa.qq.com/pa?p=1:345032463:10' alt="点击这里给我发消息"></a>
</td></tr>
</table>
</div>
<script>initEcAd(5,150)</script>
<div style="height:2000px;"></div>
</BODY></HTML>
在线QQ客服系统代码ASP版
http://down.cnzz.cn/Info/37261.aspxhttp://www.alixixi.com/Down/Code/ASP/2007/2007071121104.html
具体代码可以参考:
http://blog.china.alibaba.com/blog/www31kfcom/article/b0-i3948821.html