%@LANGUAGE="JAVASCRIPT" CODEPAGE="CP_ACP"%>
เรนดอม
|
|
ตรงนี้ครับ
ลอง Refresh ดูครับ หรือเข้าใหม่ดูครับ
<script>
var quotes=new Array()
//change the quotes if desired. Add/ delete additional quotes
as desired.
quotes[0]='ข้อความหรือรูปภาพที่ต้องการหมุนเวียน'
quotes[1]='ข้อความหรือรูปภาพที่ต้องการหมุนเวียน'
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
</script> |
|