1. 程式人生 > >網頁QQ線上離線顯示

網頁QQ線上離線顯示

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>無標題文件</title>
<script>
var   online=   new   Array();
var   QQNumber=   new   Array(379769919,1203096380,770745828,13937167558);
</script>
<script   src= "

http://wpa.qq.com/getonline?Type=1&379769919:1203096380:770745828:13937167558: "> </script>
<script>
for(i=0;i <online.length;i++){
document.write( "  <img   src=images/ico_"   +   online[i]   +   ".gif   border=0   align=middle>   <a   target=blank   href= 'tencent://message/?uin= "   +   QQNumber[i]   +   " '   title= '如不線上,請留言 '> "   +   QQNumber[i]   +   " </a> ");
}
</script>
</head>

<body>

</body>
</html>