Forum'da ara:
Ara


Yazar Mesaj
Mesaj17.08.2008, 14:42 (UTC)    
Mesaj konusu: sayfa yükleniyor kodu

sayfaa yükleniyor kodu lazım ama güzel oslun arkadaşlar şimdiende çok aoglun
______________
[IMG]Banner+flash+Şarkı üçüde bir arada.tıkla[/IMG]
Mesaj17.08.2008, 15:06 (UTC)    
Mesaj konusu:

Mesaj17.08.2008, 15:13 (UTC)    
Mesaj konusu:

Kod:
<SCRIPT LANGUAGE="JavaScript">
<!--

// autostart - used instead body onload
setTimeout('animate()',5);
// create row of radio buttons
lay(20)


// set index of lamp to start animation
var current = 0
// set speed (pause in milliseconds between each movement)
var speed = 100
function lay(num) {
// assign "greater than" character to variable
var gt = unescape("%3e")
// open form
document.write("<FORM NAME='animation'" + gt)
// use loop to lay radio buttons down (all buttons in same group)
for (var i = 0; i < num; ++i) {
document.write("<INPUT TYPE='radio' NAME='lamps'" + gt)
}
// close form
document.write("</FORM" + gt)
}
function animate() {
// click next radio button
document.animation.lamps[current].click()
// if radio button is the last one reset variable to 0 (otherwise increment)
current = (current == document.animation.lamps.length - 1) ? 0 : ++current
// recursive call after speed milliseconds
timerID = setTimeout("animate()", speed)
}
// -->
</SCRIPT>
</body></html>
Mesaj19.08.2008, 14:30 (UTC)    
Mesaj konusu:

peki bu kodu nereye yapıştırcaz
Mesaj19.08.2008, 16:27 (UTC)    
Mesaj konusu:

1sokaklambasi yazmış:
peki bu kodu nereye yapıştırcaz


Ana Sayfaya

Veya

Tasarımın Uzerındekı Yazı Kutucuguna Wink
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu