电脑爱好者,提供IT资讯信息及各类编程知识文章介绍,欢迎大家来本站学习电脑知识。 最近更新 | 联系我们 RSS订阅本站最新文章
电脑爱好者
站内搜索: 
当前位置:首页>> AJAX技术>>Javascript/Ajax仿QQ上线提示框:

Javascript/Ajax仿QQ上线提示框

来源:www.mysheji.com/blog | 2007-3-19 | (有5762人读过)

<DIV id=upad style="BORDER-RIGHT: #455690 1px solid; BORDER-TOP: #a6b4cf 1px solid; Z-INDEX: 99999; LEFT: 64px; VISIBILITY: hidden; BORDER-LEFT: #a6b4cf 1px solid; WIDTH: 168px; BORDER-BOTTOM: #455690 1px solid; POSITION: absolute; TOP: 374px; HEIGHT: 115px; BACKGROUND-COLOR: #c9d3f3"> 
<TABLE style="BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #ffffff 1px solid" cellSpacing=0 cellPadding=0 width="100%" bgColor=#cfdef4 border=0> 
 <TBODY> 
 <TR> 
 <TD style="FONT-SIZE: 12px; BACKGROUND-IMAGE: none; COLOR: #0f2c8c" width=30 height=24> </TD> 
 <TD style="PADDING-LEFT: 4px; FONT-WEIGHT: normal; FONT-SIZE: 12px; BACKGROUND-IMAGE: none; COLOR: #1f336b; PADDING-TOP: 4px" width="100%"><STRONG>flost上线了!</STRONG></TD> 
 <TD align=right width=192><SPAN title=关闭 style="FONT-WEIGHT: bold; FONT-SIZE: 12px; CURSOR: hand; COLOR: red; MARGIN-RIGHT: 4px" onclick=closeDiv()>×</SPAN></TD></TR> 
 <TR> 
 <TD style="PADDING-RIGHT: 1px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 1px" colSpan=3 height=90> 
 <DIV style="BORDER-RIGHT: #b9c9ef 1px solid; BORDER-TOP: #728eb8 1px solid; PADDING-LEFT: 13px; FONT-SIZE: 12px; PADDING-BOTTOM: 13px; BORDER-LEFT: #728eb8 1px solid; WIDTH: 100%; COLOR: #1f336b; PADDING-TOP: 18px; BORDER-BOTTOM: #b9c9ef 1px solid; HEIGHT: 100%"> 
<img src="<a href="http://mysheji.com/blog/images/topmy1.jpg" target="_blank">http://mysheji.com/blog/images/topmy1.jpg</a>"><a href="<a _fcksavedurl=""<a" href="http://www.qq.com/images/log_qq.gif" target="_blank">http://www.qq.com/images/log_qq.gif</a>" target="_blank">幸福的子弹上线了,赶快和他联系吧!</a></DIV> 
<SCRIPT language=JavaScript> 
window.onload = getMsg; 
window.onresize = resizeDiv; 
window.onerror = function()...{} 
//短信提示使用(asilas添加) 
var divTop,divLeft,divWidth,divHeight,docHeight,docWidth,objTimer,i = 0; 
function getMsg() 
...{ 
try...{ 
divTop = parseInt(document.getElementById("upad").style.top,10) 
divLeft = parseInt(document.getElementById("upad").style.left,10) 
divHeight = parseInt(document.getElementById("upad").offsetHeight,10) 
divWidth = parseInt(document.getElementById("upad").offsetWidth,10) 
docWidth = document.body.clientWidth; 
docHeight = document.body.clientHeight; 
document.getElementById("upad").style.top = parseInt(document.body.scrollTop,10) + docHeight + 10;// divHeight 
document.getElementById("upad").style.left = parseInt(document.body.scrollLeft,10) + docWidth - divWidth 
document.getElementById("upad").style.visibility="visible" 
objTimer = window.setInterval("moveDiv()",10) 

catch(e)...{} 


function resizeDiv() 
...{ 
try...{ 
divHeight = parseInt(document.getElementById("upad").offsetHeight,10) 
divWidth = parseInt(document.getElementById("upad").offsetWidth,10) 
docWidth = document.body.clientWidth; 
docHeight = document.body.clientHeight; 
document.getElementById("upad").style.top = docHeight - divHeight + parseInt(document.body.scrollTop,10) 
document.getElementById("upad").style.left = docWidth - divWidth + parseInt(document.body.scrollLeft,10) 

catch(e)...{} 


function moveDiv() 
...{ 
try 
...{ 
if(parseInt(document.getElementById("upad").style.top,10) <= (docHeight - divHeight + parseInt(document.body.scrollTop,10))) 
...{ 
window.clearInterval(objTimer) 
objTimer = window.setInterval("resizeDiv()",1) 

divTop = parseInt(document.getElementById("upad").style.top,10) 
document.getElementById("upad").style.top = divTop - 1 

catch(e)...{} 

function closeDiv() 
...{ 
document.getElementById(’upad’).style.visibility=’hidden’; 
if(objTimer) window.clearInterval(objTimer) 

</SCRIPT> 

</TD> 
</TR> 
</TBODY> 
</TABLE> 
</DIV> 

 
AJAX技术热门文章排行
网站赞助商
购买此位置

 

关于我们 | 网站地图 | 文档一览 | 友情链接| 联系我们

Copyright © 2003-2024 电脑爱好者 版权所有 备案号:鲁ICP备09059398号