語法展示:: http://home.graffiti.net/vsphyfg/
請用IE6.0或更新版本觀看語法特效展示
將以下程式碼複製,貼在<body>及</body>標籤之間。
<p align="center">
<table border="0" width="179" id="myexample" style="border: 5px solid yellow" height="25">
<tr>
<td height="20" valign="center" width="168">
<font size="3">歡迎光臨紫蓮の翼 http://blog.pixnet.net/como0925</font>
</td>
</tr>
</table>
<script language="JavaScript1.2">
<!--
function flashit(){
if (!document.all)
return
if (myexample.style.borderColor=="blue")
myexample.style.borderColor="red"
else
myexample.style.borderColor="blue"
}
setInterval("flashit()", 500)
//-->
</script>
留言列表