visit our sponsor
[ Home] [Iframe] [NewsUpdate] [PageTransision] [HilightText] [BoxMessage] [DropdownMenu] [DHTML] [Scoll Message] [Text Move] [ slideshow]

 ตัวอย่างของ  "NewsUpdate"


 

1.สร้างเวบเพจที่มีรายละเอียดบางส่วนไว้บ้างแล้ว
2.เตรียมพื้นที่บนเวบเพจที่จะไว้ให ้"News Update" ไปปรากฏ (ในตารางที่มีความกว้าคอลัมภ์ประมาณ200-250pixelหรือ25%)
3.CopyCode  โดยแดร๊กเม้าท์บน Code  ให้เป็นสีดำทั้งหมด  คลิกขวาเลือก  copy  แล้วไป  past  ลงบนส่วนที่ต้องการ
โดย Code1 ใส่ไว้ในแทก  head   Code2 ใส่ไว้ในแทกbody
4.ที่แทก body ให้เติมเป็น    body onload="begin()"
5. ใน Code2 ตรงที่เป็น "This  is  message0" .ถีง  4  ให้เปลี่ยนเป็นข้อความตามที่ต้องการ
และตรงที่เป็น Link ก็ให้เปลี่ยนตามที่ต้องการ

Code1

<script>

<!--

function correct(){

if (finished){

setTimeout("begin()",3000)

}

return true

}

window.onerror=correct

function begin(){

if (!document.all)

return

if (maxheight==null)

maxheight=temp.offsetHeight

whatsnew.style.height=maxheight

temp.style.display="none"

c=1

finished=true

change()

}

//-->

</script>

<style>

<!--

#whatsnew a{color:730073;text-decoration:none}

#whatsnew, #temp {font-weight:bold; font-family:Arial}

#whatsnew a:hover{color:red}

-->

</style>

 

Code2

<script language="javascript1.2">

<!--

/*

News Updater Script-

ฉ Dynamic Drive (www.dynamicdrive.com)

For full source code, installation instructions,

100's more DHTML scripts, and Terms Of

Use, visit dynamicdrive.com

*/

var head=''

var top=0

var maxheight

var finished=false

var tickers=new Array()

tickers[0]='<a href="0.htm">This is message 0</a>'

tickers[1]='<a href="1.htm">This is message 1</a>'

tickers[2]='<a href="2.htm">This is message 2.</a>'

tickers[3]='<a href="3.htm">This is message 3.</a>'

tickers[4]='<a href="4.htm">This is message 4.</a>'

for (i=1;i<=tickers.length-1;i++){

if (tickers[i].length>=tickers[top].length)

top=i

}

if (document.all)

document.write('<span id="whatsnew" style="width:100%;height=10;filter:revealTrans(duration=2,transition=19)">'+tickers[0]+'</span>')

function change(){

whatsnew.innerHTML=''

whatsnew.filters.revealTrans.apply()

whatsnew.filters.revealTrans.play()

whatsnew.innerHTML=tickers[c]

if (c==tickers.length-1)

c=0

else

c+=1

setTimeout("change()",5000)

}

if (document.all)

document.write('<span id=ns style="display:none;">')

//-->

</script>

<!--Insert alternate HTML codes here

that will be seen by browsers OTHER

than IE 4.x-->

</span>

<span id=temp style="position:absolute;left:0;top:0" style=&{head};>

<script>

<!--

if (document.all){

temp.style.width=whatsnew.style.width

document.write(tickers[top])

}

//-->

</script>

</span><br>

 

  [ Home ]  [ Chatroom ]  [ Board 1]  [Board 2 ]  [ Book ]  [ Sourcecode ]  [ Free ]  [ Servicesite ]  [ Link ]

 

1