วันอาทิตย์ที่ 14 กันยายน พ.ศ. 2557

แจกโค้ด ข้อความวิ่งเข้ามาอัตโนมัติ ระหว่างกำลังโหลดหน้าเว็ป

ข้อความวิ่งเข้ามา ระหว่างกำลังโหลดหน้าเว็ป 

<script>
//set style for NS4 to ''
if (document.layers)
var ns4def=''
</script>

<h2 id="flyin" style="position:relative;left:-400;font-style:italic" style=&{ns4def};><font face="MS Sans Serif">WELCOME TO MY HOMEPAGE</font></h2>

<script language="JavaScript1.2">

if (document.getElementById||document.all)
var crossheader=document.getElementById? document.getElementById("flyin").style : document.all.flyin.style

function animatein(){
if (parseInt(crossheader.left)<0)
crossheader.left=parseInt(crossheader.left)+200
else{
crossheader.left=0
crossheader.fontStyle="normal"
clearInterval(start)
}
}

if (document.getElementById||document.all)
start=setInterval("animatein()",50)


</script>

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

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