半点优化网 http://www.bdxc.net/
当前位置首页 > 网站技术问题> 正文

求个网页QQ聊天连接代码?

2022-04-14 16:47:48 暂无评论 211 网站技术问题 连接   代码   聊天

网页QQ聊天连接:


(原图)


****************************************************代码******************************************************************


<DIV id=STATICMENU 
    style=Z-INDEX: 999; LEFT: 880px; VISIBILITY: visible; WIDTH: 76px; POSITION: absolute; TOP: 274px; HEIGHT: 203px>
    <table width=100 border=0 cellspacing=0 cellpadding=0>
    <tr>
    <td colspan=3><img src=images/QQ_3.gif width=106 height=71 border=0 usemap=#MapMap></td>
    </tr>
    <tr>
    <td width=4 height=78 background=images/QQ_8.gif></td>
    <td width=98 align=center><table width=100% cellspacing=0 cellpadding=3>
    <tr>
    <td width=36%><div align=center><img src=images/QQ.gif width=16 height=17></div></td>
    <td width=64%><a href= &Menu=no target=_blank>业务咨询</a></td>
    </tr>
    <tr>
    <td><div align=center><img src=images/QQ.gif width=16 height=17></div></td>
    <td><a href= &Menu=no target=_blank>业务咨询</a></td>
    </tr>
    <tr>
    <td><div align=center><img src=images/QQ.gif width=16 height=17></div></td>
    <td><a href= &Menu=no target=_blank>技术服务</a></td>
    </tr>
    <tr>
    <td><div align=center><img src=images/QQ.gif width=16 height=17></div></td>
    <td><a href= &Menu=no target=_blank>意见反馈</a></td>
    </tr>
    </table></td>
    <td width=4 background=images/QQ_7.gif></td>
    </tr>
    <tr>
    <td colspan=3><img src=images/QQ_12.gif width=106 height=44></td>
    </tr>
    </table>
    <SCRIPT language=javascript>
<!--
var stmnGAP1 = 70;
var stmnGAP2 = 325;
var stmnBASE = 70;
var stmnActivateSpeed = 200;
var stmnScrollSpeed = 10;


var stmnTimer;


function RefreshStaticMenu()
{
var stmnStartPoint, stmnEndPoint, stmnRefreshTimer;


stmnStartPoint = parseInt(STATICMENU.style.top, 10);
stmnEndPoint = document.body.scrollTop + stmnGAP2;
if (stmnEndPoint < stmnGAP1) stmnEndPoint = stmnGAP1;


stmnRefreshTimer = stmnActivateSpeed;


if ( stmnStartPoint != stmnEndPoint ) {
    stmnScrollAmount = Math.ceil( Math.abs( stmnEndPoint - stmnStartPoint ) / 15 );
    STATICMENU.style.top = parseInt(STATICMENU.style.top, 10) + ( ( stmnEndPoint<stmnStartPoint ) ? -stmnScrollAmount : stmnScrollAmount );
    stmnRefreshTimer = stmnScrollSpeed;
}


stmnTimer = setTimeout (RefreshStaticMenu();, stmnRefreshTimer);
}


    STATICMENU.style.top = document.body.scrollTop + stmnBASE;
    RefreshStaticMenu();
//-->
    </SCRIPT>
    <SCRIPT language=javascript>
 function gogo(){
  STATICMENU.style.display='none';
 }
    </SCRIPT>


**********************************************************************************************************************************
    </DIV>


***********************************************外送images....呵呵********************************************************


(images/QQ.gif)     ( images/QQ_3.gif)     ( images/QQ_7gif)


  ( images/QQ_8.gif)    ( images/QQ_12.gif)


*********************************************************************************************************************************


好了差不多了....代码有了...images...也有了...现在你就得绑定你的QQ咯...><a href= &Menu=no target=_blank>意见反馈</a></td>


你改一下QQ号就OK 了!


***********************************************************************************************************************************
好了完毕! 别人可以通过它直接跟随你进行对话....



    呵呵........xiaoyang....

猜你喜欢