QQ在线客服代码 飘浮在右侧的QQ客服js特效演示

 转自:http://www.cnblogs.com/strivers/archive/2011/01/28/1947160.html

 

制作在线QQ的具体步骤

1、首先登录到http://is.qq.com/webpresence/code.shtml 网站
2、选择风格
3、填写相关数据
4、生成网页代码
5、复制代码到“写字板”,另存文件名为001.html
6、创建自建栏目,将写字板里的图案样式部分复制到“自建栏目”中

7、全部完成以后,将图标设置链接,地址为:http://wpa.qq.com/msgrd?v=1&uin=你的QQ号码&site=240zt
保存发布就OK了!

                       http://wpa.qq.com/msgrd?V=1&Uin= **        

                       tencent://message/?uin=***&Site=im.qq.com&Menu=yes

 

 

QQ在线代码生成:http://imis.qq.com/webpresence/code.shtml

http://club.china.alibaba.com/club/block/alitalk/alitalkfire.html

http://www.taobao.com/wangwang/tese/index.php

 

 

飘浮在右侧的QQ客服代码:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>阿里西西网页特效代码演示中心-QQ在线客服代码演示</title>

</head>
<body>
<DIV id=divStay style="POSITION: absolute">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
    <TD vAlign=top width="7%"> </TD></TR></TBODY></TABLE></DIV>
<SCRIPT language=javascript>
function picsize(obj,MaxWidth){
img=new Image();
img.src=obj.src;
if (img.width>MaxWidth)
{
    return MaxWidth;
}
else
{
    return img.width;
}
}
function CloseQQ()
{
divStayTopleft.style.display="none";
return true;
}
var online= new Array();
</SCRIPT>
<div id="divStayTopleft" style="POSITION: absolute">
<table cellspacing="0" cellpadding="0" width="109" border="0">
<tr>
   <td colspan="3">
   <a οnclick="CloseQQ()" href="javascript:;" shape="circle" coords="91,16,12">
   <img height="34" src="
http://js.alixixi.com/texiaotu/qq_top.gif" width="109" usemap="#Map" border="0"></a></td>
</tr>
<tr>
   <td width="6"><img height="100" src="
http://js.alixixi.com/texiaotu/qq_life.gif" width="6"></td>
   <td valign="top" width="96" background="sto/qq_bg.gif">
   <table cellspacing="0" cellpadding="0" width="90" align="center" border="0">
    <tr>
     <td height="30">
     <table cellspacing="0" cellpadding="0" width="90" border="0">
      <tr>
       <td>
       <img height="13" src="
http://js.alixixi.com/texiaotu/qq_ico1.gif" width="16"><span
       <span style="font-size: 9pt">web风服饰</span></span></td>
      </tr>
     </table>
     </td>
    </tr>
    <tr>
     <td>
     <table border="0" width="100%" cellpadding="2" id="table47">
      <tr>
       <td width="15" valign="top" height="23">
       <img border="0" src="
http://js.alixixi.com/texiaotu/qq_v01.gif" width="16" height="16"></td>
       <td valign="bottom"><script>document.write("<a target=blank href=tencent://message/?uin=409889622&Site=阿里西西&Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:615050000:10 alt=[阿里西西]></a>");</script></td>
      </tr>
     </table>
     </td>
    </tr>
    <tr>
     <td></td>
    </tr>
    <tr>
     <td>
     <table border="0" width="100%" cellpadding="2" id="table47">
      <tr>
       <td width="15" valign="top" height="23">
       <img border="0" src="
http://js.alixixi.com/texiaotu/qq_n01.gif" width="16" height="16"></td>
       <td valign="bottom"><script>document.write("<a target=blank href=tencent://message/?uin=409889622&Site=网页特效&Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:43486831:10 alt=[QQQQQ]></a>");</script></td>
      </tr>
     </table>
     </td>
    </tr>
    <tr>
     <td></td>
    </tr>
   </table>
   </td>
   <td width="7"><img height="100" src="
http://js.alixixi.com/texiaotu/qq_right.gif" width="7"></td>
</tr>
<tr>
   <td colspan="3">
   <img height="30" src="
http://js.alixixi.com/texiaotu/qq_bottom1.gif" width="109"></td>
</tr>
<tr>
   <td colspan="3">
   <img height="33" src="
http://js.alixixi.com/texiaotu/qq_logo.gif" width="109"></td>
</tr>
</table>
</div>
<script type="text/javascript">
function FloatTop()
{
var startX1 =document.body.offsetWidth-125 ,startY1 = 5;
var startX2 =0,startY2 = 95;
var ns = (navigator.appName.indexOf("Netscape") != -1);
var d = document;
function ml(id,startX,startY)
{
var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x;this.style.top=y;};
el.x = startX;
el.y = startY;
return el;
}
window.stayTopLeft=function()
{
var pY = ns ? pageYOffset : document.body.scrollTop;
ftlObj.y += (pY + startY1 - ftlObj.y)/8;
ftlObj1.y += (pY + startY2 - ftlObj1.y)/8;
ftlObj.sP(document.body.scrollLeft+document.body.offsetWidth-125, ftlObj.y);
ftlObj1.sP(ftlObj1.x, ftlObj1.y);
setTimeout("stayTopLeft()", 30);
}
// ftlObj = ml("divStay",document.body.scrollLeft+document.body.offsetWidth-125,0);
// ftlObj1 = ml("divStayTopLeft",0,30);
ftlObj = ml("divStay",(document.body.scrollLeft+document.body.offsetWidth)/2+379,0);
ftlObj1 = ml("divStayTopLeft",(document.body.scrollLeft+document.body.offsetWidth)/2+379,30);
stayTopLeft();
}
FloatTop();
</script>
<!--End: QQ在线客服 -->

<p> </p>

</body>

</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值