﻿//调用:<SCRIPT language=javascript src="js/QQ_Float.js"></SCRIPT>
document.write('<div id="divStayTopLeft" style="Z-INDEX: 100; LEFT: 880px; POSITION: absolute; TOP: 150px">');
document.write('<TABLE cellSpacing=0 cellPadding=0 border=0>');
document.write('<TBODY>');
document.write('<TR><TD><IMG src="images/QQFloat_up5.gif" border=0 width="118" height="60"></TD></TR>');
document.write('<TR><TD>');
document.write('<TABLE width=118 bgColor=#ffffff background=images/QQFloat_mid5.gif border=0><TBODY>');
document.write('<tr><td align=center><a target=blank href=http://wpa.qq.com/msgrd?v=1&uin=47036864&Site=佳杰科技&Menu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:47036864:12 alt="有事点这里"></a></TD></TR>');
document.write('<tr><td align=center><a target=blank href=http://wpa.qq.com/msgrd?v=1&uin=823837501&Site=佳杰科技&Menu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:823837501:12 alt="有事点这里"></a></TD></TR>');
document.write('<tr><td align=center><a target=blank href=http://wpa.qq.com/msgrd?v=1&uin=466347768&Site=佳杰科技&Menu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:466347768:12 alt="有事点这里"></a></TD></TR>');
document.write('</TBODY></TABLE>');
document.write('</TD></TR>');
document.write('<TR><TD><IMG src="images/QQFloat_down5.gif" border=0 width="118" height="20"></TD></TR>');
document.write('</TBODY>');
document.write('</TABLE>');
document.write('</div>');
//alert(document.body.offsetTop)
//alert(document.documentElement.scrollTop)//当前高度
//alert(document.body.scrollTop);
//alert(document.body.clientHeight);//总高度
//alert(document.body.clientWidth);//总宽度
JSFX_FloatTimeID=setInterval("JSFX_Float()",200);
function JSFX_Float(){
var divStayTopValue;
divStayTopValue=250+document.documentElement.scrollTop;//这儿设置初始高度，只要调数字
document.getElementById('divStayTopLeft').style.cssText="Z-INDEX: 100; LEFT: 880px; POSITION: absolute; TOP: "+divStayTopValue+"px";
}


