Slide Show para pagina
----------------------------------------------------------------------
<center>
<script language="JavaScript">
//By Paul Davis - www.kaosweaver.com
var j,d="",l="",m="",p="",q="",z="",list= new Array()
list[list.length]='http://codigofonte.net/img/2.gif';
list[list.length]='http://codigofonte.net/img/banner468.gif';
list[list.length]='http://codigofonte.net/img/banner120.gif';
j=parseInt(Math.random()*list.length);
j=(isNaN(j))?0:j;
document.write("<img name='seqSlideShow' src='"+list[j]+"' border=0 >");
function seqSlideShow(t,l) {
x=document.seqSlideShow;
j=l;
j++;
if (j==list.length) j=0;
x.src=list[j];
setTimeout("seqSlideShow("+t+","+j+")",t);
}
</script>
<script language="JavaScript"> seqSlideShow(2000,0); </script>
</center>
Nenhum comentário:
Postar um comentário