<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>adsrotate200x200</title> <script language="JavaScript1.2"> var howOften = 3; //number often in seconds to rotate var current = 0; //start the counter at 0 var ns6 = document.getElementById&&!document.all; //detect netscape 6 // place your images, text, etc in the array elements here var items = new Array(); items[0]="<a href='www.google.com'><img alt='image0 (9K)' src='http://localhost/testads/ads/image0.jpg' height='300' width='300' border='0' /></a>"; //a linked image items[1]="<a href='www.yahoo.com'><img alt='image1 (9K)' src='http://localhost/testads/ads/image1.jpg' height='300' width='300' border='0' /></a>"; //a linked image items[2]="<a href='www.hotmail.com'><img alt='image2 (9K)' src='http://localhost/testads/ads/image2.jpg' height='300' width='300' border='0' /></a>"; //a linked image function rotater() { if(document.layers) { document.placeholderlayer.document.write(items[current]); document.placeholderlayer.document.close(); } if(ns6)document.getElementById("placeholderdiv").innerHTML=items[current] if(document.all) placeholderdiv.innerHTML=items[current]; current = (current==items.length-1) ? 0 : current + 1; //increment or reset setTimeout("rotater()",howOften*1000); } window.onload=rotater; //--> </script> </head> <body> <br> <layer id="placeholderlayer"></layer> <div id="placeholderdiv"></div> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง