View Single Post
ישן 28-06-07, 12:35   # 1
Daniel
אחראי פורום
 
מיני פרופיל
תאריך הצטרפות: Mar 2007
הודעות: 2,875

Daniel לא מחובר  

PHP קוד:


<marquee><div id='a'>t</div></marquee>

<
script type="text/javascript">
function 
rand()
{
quotes = new Array(3);
quotes[0] = "sddd";
quotes[1] = "dfdfff";
quotes[2] = "gggg";
index Math.floor(Math.random() * quotes.length);
document.getElementById('a').innerHTML quotes[index];
}
rand();

setInterval("rand()"1000);

</script> 
  Reply With Quote