หน้าแรก เว็บ http://www.npol2.ob.tc/

วันอาทิตย์ที่ 21 พฤศจิกายน พ.ศ. 2553

โค้ดแต่งไตเติ้ลบาร์ (Title Bar)

::::CODE::::::

<!-- NPOL2 -->
<script language='javascript'>
count=0
text='ข้อความ'
function runtitle()
{
showtxt=text.substring(count,text.length)
document.title=showtxt
count++
if(count>text.length)
{
count=0
}
setTimeout('runtitle()',500)
}
runtitle();
</script>
<!-- NPOL2 -->

*** แก้ใข TItle Bar ***

ไม่มีความคิดเห็น:

แสดงความคิดเห็น