Forum'da ara:
Ara


Yazar Mesaj
Mesaj24.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>

______________

Mesaj24.01.2009, 08:42 (UTC)    
Mesaj konusu:

gzl paylaşm Wink
______________

Mesaj24.01.2009, 10:20 (UTC)    
Mesaj konusu: cevap

saol iconlar gzl paylaşım
______________

Mesaj24.01.2009, 10:21 (UTC)    
Mesaj konusu:

sağol iconlar
Mesaj24.01.2009, 10:27 (UTC)    
Mesaj konusu:

Sizde Sağolun.
______________

Mesaj24.01.2009, 10:29 (UTC)    
Mesaj konusu: s.a

güzel bi paylaşım ..
Mesaj24.01.2009, 10:51 (UTC)    
Mesaj konusu:

teşekkürler @iconlar.
Mesaj24.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ış.
Mesaj24.01.2009, 19:55 (UTC)    
Mesaj konusu:

Ban.
Önceki mesajları göster:   


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