Yazar |
Mesaj |
-
iconlar
Aktif Üye
Konum: Lütfen Sitenin Tasarımı veya içeriğindeki Kodlar Hakkında Bilgi İstemeyiniz!
|
24.01.2009, 08:36 (UTC) Mesaj konusu: Sitene Yanıp Sönen Form Ekle |
|
|
Yanıp sönen form kutucuklarını hazırlamanızı sağlar. Ayrıca Boş bırakılınca uyarı veriyor.
Kod: <html>
<head>
<title></title>
<script>
/* Blinking Textbox Effect
Created by: Ben K. (ben( at )webhostreview.biz)
Website: http://www.iconlar.tk/
Download this and other great scripts from: http://www.webhostreview.biz/scripts.php
Instructions:
1)Place all the JavaScript code located between the <SCRIPT> tags inside the
<SCRIPT> tags on your web page or into your .js file.
2)Place the JavaScript call for the blinkBlink() functions into the desired location on your web page.
*/
function blinkExecute(target,color){
document.getElementById(target).style.backgroundColor = color;
}
function blinkBlink (target){
color1 = "yellow"; // blinking color
color2 = "white"; // background color
setTimeout('blinkExecute("'+target+'","'+color1+'")',0);
setTimeout('blinkExecute("'+target+'","'+color2+'")',500);
setTimeout('blinkExecute("'+target+'","'+color1+'")',1000);
setTimeout('blinkExecute("'+target+'","'+color2+'")',1500);
setTimeout('blinkExecute("'+target+'","'+color1+'")',2000);
setTimeout('blinkExecute("'+target+'","'+color2+'")',2500);
setTimeout('blinkExecute("'+target+'","'+color1+'")',3000);
setTimeout('blinkExecute("'+target+'","'+color2+'")',3500);
setTimeout('blinkExecute("'+target+'","'+color1+'")',4000);
setTimeout('blinkExecute("'+target+'","'+color2+'")',4500);
document.getElementById(target).focus();
}
</script>
</head>
<body onLoad="blinkBlink('name')">
<table width="300">
<tr>
<td width="100"><b>İsim:</b></td>
<td width="200"> <input id="name" type="text"></td>
</tr>
<tr>
<td width="100"><b>E-Mail:</b></td>
<td width="200"><input id="address" type="text"></td>
</tr>
<tr>
<td width="100"><b>Siteniz:</b></td>
<td width="200"><input id="phone" type="text"></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="button" value="Yolla" onClick="alert('Lütfen kutuları Tam Olarak Doldurunuz! (iconlar.tk)');blinkBlink('name')"></td>
</tr>
</table>
</body>
</html> ______________
|
|
↑
|
|
|
-
netgazi
Bedava-Sitem Bağımlısı
|
24.01.2009, 08:42 (UTC) Mesaj konusu: |
|
|
gzl paylaşm ______________
|
|
↑
|
|
|
-
kerars
Aktif Üye
|
24.01.2009, 10:20 (UTC) Mesaj konusu: cevap |
|
|
saol iconlar gzl paylaşım______________
|
|
↑
|
|
|
-
theressim
Acemi Üye
Konum: AnKaRa
|
24.01.2009, 10:21 (UTC) Mesaj konusu: |
|
|
sağol iconlar |
|
↑
|
|
|
-
iconlar
Aktif Üye
Konum: Lütfen Sitenin Tasarımı veya içeriğindeki Kodlar Hakkında Bilgi İstemeyiniz!
|
24.01.2009, 10:27 (UTC) Mesaj konusu: |
|
|
Sizde Sağolun. ______________
|
|
↑
|
|
|
-
kaidem
Uzman Üye
|
24.01.2009, 10:29 (UTC) Mesaj konusu: s.a |
|
|
güzel bi paylaşım .. |
|
↑
|
|
|
-
siirlerleyasamak
Bedava-Sitem Bağımlısı
|
24.01.2009, 10:51 (UTC) Mesaj konusu: |
|
|
teşekkürler @iconlar. |
|
↑
|
|
|
-
webkoloji
Aktif Üye
Konum: Programcı
|
24.01.2009, 15:01 (UTC) Mesaj konusu: |
|
|
sözüm ona "Ben K." beyefendi bu çalışmayı ne amaçla yapmış merak ettim
çok fuzuli ve gereksiz bir kod yazmış. |
|
↑
|
|
|
-
ironarchives
Uzman Üye
Konum: Antalya / Merkez
|
24.01.2009, 19:55 (UTC) Mesaj konusu: |
|
|
Ban. |
|
↑
|
|
|
|