Forum'da ara:
Ara


Yazar Mesaj
Mesaj04.07.2009, 17:19 (UTC)    
Mesaj konusu: sayfa yükleniyor kodnu bilen içeriye

bana safya yükleniyor kodu verebilecek birisi var mı???

bide ben bu kodu introya yapıştıracaım deil mi??
Mesaj04.07.2009, 17:21 (UTC)    
Mesaj konusu:

Mesaj04.07.2009, 17:26 (UTC)    
Mesaj konusu:

çok saol
Mesaj04.07.2009, 17:32 (UTC)    
Mesaj konusu:

önemli değil.
______________
Mesaj04.07.2009, 17:53 (UTC)    
Mesaj konusu:

forumda aramaya sayfa yükleniyor kodu yaz çıkar zaten boşuna konu açmaya gerek yok
Mesaj05.07.2009, 09:42 (UTC)    
Mesaj konusu:

<!--ww.stlicamp.tr.gg Kod Baslangici -->
<table style="border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; width: 167px; border-bottom: black 1px solid; height: 42px" cellspacing="0" cellpadding="0" width="167">
<tbody>
<tr>
<td align="left">
<table id="tabel" height="11" cellspacing="0" cellpadding="0" bgcolor="#0000cc">
<tbody>
<tr>
<td bgcolor="#9933ff"><font color="#ffffff"><strong><font face="Comic Sans MS">L&uuml;tfen Bekleyiniz.<br />
Sitemizin i&ccedil;eriği y&uuml;kleniyor...</font></strong></font></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--ww.stlilcamp.tr.gg kod Kod Sonu -->
Mesaj07.07.2009, 10:56 (UTC)    
Mesaj konusu:

al kardes buda benden ........
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>
Mesaj12.07.2009, 14:53 (UTC)    
Mesaj konusu:

ya bu kodu nereye yazcezz söler misiniz..'???
Önceki mesajları göster:   


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