[转]QQ在线状态的延伸..

      技术 2005-4-23 19:45
QQ的互动状态想必大家都知道吧.
但是图片样式也就那么几个,有没有简单的方法能完全自己定义文字,图片让显示更加个性化呢?
Follow me.

程序代码:[ 复制代码 ] [ 运行代码 ] 
<script>
var online= new Array();
</script>
<!--检测是否在线-->
<script src="http://webpresence.qq.com/getonline?Type=1&2584182:"></script> 
<script>
<!--如果在线,则显示以下内容-->
if (online[0]==0)
document.write("<a class='qqb' target=blank href='http://wpa.qq.com/msgrd?V=1&Uin=2584182&Site=Fz0132.com&Menu=no' title='当前离线或隐身'>QQ:2584182</a>&nbsp;&nbsp;<font color=#636563>当前离线或隐身</font>"); 
else
<!--如果离线,则显示以下内容-->
document.write("<a class='qqa' target=blank href='http://wpa.qq.com/msgrd?V=1&Uin=2584182&Site=Fz0132.com&Menu=no' title='当前在线'>QQ:2584182</a>&nbsp;&nbsp;<font color=red><b>当前在线</b></font>");
</script >



看看上面代码,明白了吧?现在你就可以修改document.write("")中的内容完全自己定义你的个性在线状态了.
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}