ตัวอย่างตั้งค่าให้ 2 วินาที แล้ว redirect ไปที่ index.html
<script>
setTimeout("top.document.location='index.html",2000);
</script>
December 22nd, 2007
admin | 722 viewsตัวอย่างตั้งค่าให้ 2 วินาที แล้ว redirect ไปที่ index.html
<script>
setTimeout("top.document.location='index.html",2000);
</script>