Buton Üzerine Kayan Yazı
buton üzerinde kayan yazı

Kod:
<script language="Javascript">
            <!--
            // please keep these lines on when you copy the source
            // made by: Nicolas - http://www.javascript-page.com
            var speed = 100
            var message = "www.designlife.cjb.net "
            var s = 0
            var l = message.length
            document.write("<form name='btn'><input type='button' "
            +"name='sc' value='"+ message +"'></form>")
            function btnsc() {
            document.btn.sc.value = message.substring(s,l) + message.substring(0,s)
            s++
            if (s >= l) {
            s = 0
            }
            setTimeout("btnsc()",speed)
            }
            btnsc();
            //-->
            </script>
Ziyaretçi Sayacı
 
Arama
 
Gündemdekiler
 
 
Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol