Free Web Hosting Provider
-
Web Hosting
-
E-commerce
-
High Speed Internet
-
Free Web Page
Search the Web
Welcome!
Close
Would you like to make this site your homepage? It's fast and easy...
Yes, Please make this my home page!
No Thanks
Don't show this to me again.
Close
--------> Siam4Free : รวมของฟรีสำหรับทุกคน <---------
home
|
column
แต่งเว็บด้วย
Script
ง่ายๆ
ตัวหนังสือวิ่งบน Status Bar
copy แล้วนำไปใส่ในส่วน <head> - - - </head> ดูตัวอย่างในหน้านี้ครับ
ส่วนแรก นำไปใส่ใน TAG <head> - - - </head>
<script Language="JavaScript"> <!-- Beginning of Java Script var count = 0; var text =" ใส่ข้อความตรงนี้ "; scroll(); function scroll() { var myString = text.substring (count, text.length) + text.substring (0, count) window.status = myString if (count < text.length) count++; else count = 0; setTimeout ( "scroll()",333); } // - End of JavaScript code --> </script>
ส่วนสอง นำไปใส่ใน TAG BODY กำหนดเป็น <body onLoad="scroll()">
onLoad="scroll()"