Full-Kod.tr.gg Full Kodlar Javascipt Kodları !
  Javascript Kodları
 



 

Buton Şeklinde Saat
ßy Full-Kodlar.tr.gg
<SCRIPT LANGUAGE="JavaScript">
            <!-- Script by: MaRKeRs>markers_222@hotmail.com -->
            <!-- Web Site:  http://full-kodlar.tr.gg-->
            <!-- Begin
            day = new Date();
            miVisit = day.getTime();
            function clock() {
            dayTwo = new Date();
            hrNow = dayTwo.getHours();
            mnNow = dayTwo.getMinutes();
            scNow = dayTwo.getSeconds();
            miNow = dayTwo.getTime();
            if (hrNow == 0) {
            hour = 12;
            ap = " AM";
            } else if(hrNow <= 11) {
            ap = " AM";
            hour = hrNow;
            } else if(hrNow == 12) {
            ap = " PM";
            hour = 12;
            } else if (hrNow >= 13) {
            hour = (hrNow - 12);
            ap = " PM";
            }
            if (hrNow >= 13) {
            hour = hrNow - 12;
            }
            if (mnNow <= 9) {
            min = "0" + mnNow;
            }
            else (min = mnNow)
            if (scNow <= 9) {
            secs = "0" + scNow;
            } else {
            secs = scNow;
            }
            time = hour + ":" + min + ":" + secs + ap;
            document.form.button.value = time;
            self.status = time;
            setTimeout('clock()', 1000);
            }
            function timeInfo() {
            milliSince = miNow;
            milliNow = miNow - miVisit;
            secsVisit = Math.round(milliNow / 1000);
            minsVisit = Math.round((milliNow / 1000) / 60);
            alert("There have been " + milliSince + " milliseconds since midnight, January 1, 1970.  "
            + "You have spent " + milliNow + " of those milliseconds on this page.  "
            + ".... About " + minsVisit + " minutes, and "
            + secsVisit + " seconds.");
            }
            document.write("<form name="form">"
            + "<input type=button value="Click for info!""
            + " name=button onClick="timeInfo()"></form>");
            onError = null;
            clock();
            // End -->
            </SCRIPT>

Üste Doğru Kayan Yazılar
<script language="JavaScript">
            /**********************************************************************
            * Copyright 2008 Forumanyax
            * http://www.forumanyax.com - Forum
            * http://full-kodlar.tr.gg
            * markers_222@hotmail.com Email 
            ************************************************************************/
            var mw=170  /* The width */
            var mh=100  /* The height */
            var sp=1   /* The Speed */
            var text= '<B>1999.12.14</B> New <A HREF="http://full-kodlar.tr.gg">Scribbler 2000</A> is available!<BR><BR><B>1999.12.12</B> <U>Only 19 days</U> left to Millennium<BR><BR>etc...'
            if (document.all)document.write('<marquee direction="up" scrollAmount='+sp+' style="width:'+mw+';height:'+mh+'">'+text+'</marquee>')
            function loop()
            {
            window.location.reload()
            }
            function loop2()
            {
            if (document.layers) { setTimeout("window.onresize=loop",350)
            init()
            }
            }
            function init()
            {
            document.marq.document.marqEx.document.write(text)
            document.marq.document.marqEx.document.close()
            thelength=document.marq.document.marqEx.document.height
            runmarq()
            }
            function runmarq()
            {
            if (document.marq.document.marqEx.top>=thelength*(-1)) {
            document.marq.document.marqEx.top-=sp
            setTimeout("runmarq()",100)
            }
            else
            {
            document.marq.document.marqEx.top=mh
            runmarq()
            }
            }
            window.onload=loop2
            </script>

Büyüyüp Lüçülen Yazı
http://full-kodlar.tr.gg
            <script language="Javascript1.2">
            <!--
           
            // made by: MaRKeRs-
http://full-kodlar.tr.gg
            var tags_before_clock = "<center>";
            var tags_after_clock  = "</center>";
            var speed = 100;
            var speed2 = 2000;
            var biggest_text = 28;
            var x = 0;
            var y = 0;
            var themessage, size;
            var esize = "</font>";
            function initArray() {
            this.length = initArray.arguments.length;
            for (var i = 0; i < this.length; i++) {
            this[i] = initArray.arguments[i];
            }
            }
            var themessage2 = new initArray(
            "This is the Growing Banner.",
            "It looks a lot cooler than other banners.",
            "This is really easy to conform to your page.",
            "Just don't make it too long or else..."
            );
            if(navigator.appName == "Netscape") {
            document.write('<layer id="wds"></layer><br>');
            }
            if (navigator.appVersion.indexOf("MSIE") != -1){
            document.write('<span id="wds"></span><br>');
            }
            function upwords(){
            themessage = themessage2[y];
            if (x < biggest_text) {
            x++;
            setTimeout("upwords()",speed);
            }
            else {
            setTimeout("downwords()",speed2);
            }
            if(navigator.appName == "Netscape") {
            size = "<font point-size='"+x+"pt'>";
            document.wds.document.write(size+tags_before_clock+themessage
            +tags_after_clock+esize);
            document.wds.document.close();
            }
            if (navigator.appVersion.indexOf("MSIE") != -1){
            wds.innerHTML = tags_before_clock+themessage+tags_after_clock;
            wds.style.fontSize=x+'px'
            }
            }
            function downwords(){
            if (x > 1) {
            x--;
            setTimeout("downwords()",speed);
            }
            else {
            setTimeout("upwords()",speed2);
            y++;
            if (y > themessage2.length - 1) y = 0;
            }
            if(navigator.appName == "Netscape") {
            size = "<font point-size='"+x+"pt'>";
            document.wds.document.write(size+tags_before_clock+themessage
            +tags_after_clock+esize);
            document.wds.document.close();
            }
            if (navigator.appVersion.indexOf("MSIE") != -1){
            wds.innerHTML = tags_before_clock+themessage+tags_after_clock;
            wds.style.fontSize=x+'px'
            }
            }
            setTimeout("upwords()",speed);
            //-->
            </script>
           

Hoşgeldiniz Gibisinden Yazılar
<SCRIPT LANGUAGE="JavaScript">
            <!--
            function GetCookie(name) {
            var arg=name+"=";
            var alen=arg.length;
            var clen=document.cookie.length;
            var i=0;
            while (i<clen) {
            var j=i+alen;
            if
            (document.cookie.substring(i,j)==arg)
            return "here";
            i=document.cookie.indexOf(" ",i)+1;
            if (i==0) break;
            }
            return null;
            }
            var visit=GetCookie("shant");
            if (visit==null){
            alert("Hoşgeldiniz...");
            var expire=new Date();
            expire=new
            Date(expire.getTime()+7776000000);
            document.cookie="shant=here; expires="+expire;
            }
            // -->
            </SCRIPT>