IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   HTML/CSS/JavaScript (https://www.ircforumlari.net/html-css-javascript/)
-   -   Blink Background renk değiştirme (https://www.ircforumlari.net/html-css-javascript/648555-blink-background-renk-degistirme.html)

hAte 19 Kasım 2014 23:54

Blink Background renk değiştirme
 
PHP- Kodu:

<!-- TWO STEPS TO INSTALL BLINKER:

1. Paste designated code into HEAD of your HTML document
2. Add the second script to the BODY of your HTML document 
-->

<!-- 
STEP ONEPaste this code into HEAD of your document -->

<
HEAD>

<
SCRIPT LANGUAGE="JavaScript">

<! >
<! >

<!-- 
Begin
function blinkit(){
intrvl=0;
for(
nTimes=0;nTimes<3;nTimes++){
intrvl += 200;
setTimeout("document.bgColor='#0000FF';",intrvl);
intrvl += 200;
setTimeout("document.bgColor='#FFFFFF';",intrvl);
}
}
// End -->
</SCRIPT>

<!-- STEP TWO: Add this form to the body of the HTML document -->

<BODY>
<CENTER>
<FORM>
<INPUT TYPE="BUTTON" VALUE="Blink" onClick="blinkit()">
</FORM>



<!-- Script Size: 1.01 KB --> 



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 03:26.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk