Free php scripts.
scripturi pentru webmasteri - free web tools - copie si lipeste scripts pentru situl tau sute de scripturi Daca vrei sa ai acces la baza de date trebuie sa te inregistrezi. Succes. Omae
Nou pe simpatie:
deea43
Femeie
24 ani
Timis
cauta Barbat
25 - 56 ani
Free php scripts.ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
Free php scripts. / ::.SCRIPTURI COPY&PASTE- AVATARE / ceas cu alarma pentru calc Pagini: 1 Moderat de SIGN, daniel, kayisATG-, ozzykris, tibilica
#1
omaebazooka
Administrator
Postari: 1105
pasul 1 : Insert the below into the <HEAD> section of your page:

<style type="text/css">

#jsalarmclock{
font-family: Tahoma;
font-weight: bold;
font-size: 12px;
}

#jsalarmclock div{
margin-bottom: 0.8em;
}

#jsalarmclock div.leftcolumn{
float: left;
width: 150px;
font-size: 13px;
background-color: lightyellow;
clear: left;
}

#jsalarmclock span{
margin-right: 5px;
}

</style>

<script type="text/javascript">

/***********************************************

* JavaScript Alarm Clock-  (http://scripturi.3xforum.ro)
* This notice must stay intact for usage
* Visit JavaScript Kit at http://scripturi.3xforum.ro for this script and 100s more

***********************************************/

var jsalarm={
    padfield:function(f){
        return (f<10)? "0"+f : f
    },
    showcurrenttime:function(){
        var dateobj=new Date()
        var ct=this.padfield(dateobj.getHours())+":"+this.padfield(dateobj.getMinutes())+":"+this.padfield(dateobj.getSeconds())
        this.ctref.innerHTML=ct
        this.ctref.setAttribute("title", ct)
        if (typeof this.hourwake!="undefined"){ //if alarm is set
            if (this.ctref.title==(this.hourwake+":"+this.minutewake+":"+this.secondwake)){
                clearInterval(jsalarm.timer)
                window.location=document.getElementById("musicloc").value
            }
        }
    },
    init:function(){
        var dateobj=new Date()
        this.ctref=document.getElementById("jsalarm_ct")
        this.submitref=document.getElementById("submitbutton")
        this.submitref.onclick=function(){
            jsalarm.setalarm()
            this.value="Alarm Set"
            this.disabled=true
            return false
        }
        this.resetref=document.getElementById("resetbutton")
        this.resetref.onclick=function(){
        jsalarm.submitref.disabled=false
        jsalarm.hourwake=undefined
        jsalarm.hourselect.disabled=false
        jsalarm.minuteselect.disabled=false
        jsalarm.secondselect.disabled=false
        return false
        }
        var selections=document.getElementsByTagName("select")
        this.hourselect=selections[0]
        this.minuteselect=selections[1]
        this.secondselect=selections[2]
        for (var i=0; i<60; i++){
            if (i<24) //If still within range of hours field: 0-23
            this.hourselect[i]=new Option(this.padfield(i), this.padfield(i), false, dateobj.getHours()==i)
            this.minuteselect[i]=new Option(this.padfield(i), this.padfield(i), false, dateobj.getMinutes()==i)
            this.secondselect[i]=new Option(this.padfield(i), this.padfield(i), false, dateobj.getSeconds()==i)

        }
        jsalarm.showcurrenttime()
        jsalarm.timer=setInterval(function(){jsalarm.showcurrenttime()}, 1000)
    },
    setalarm:function(){
        this.hourwake=this.hourselect.options[this.hourselect.selectedIndex].value
        this.minutewake=this.minuteselect.options[this.minuteselect.selectedIndex].value
        this.secondwake=this.secondselect.options[this.secondselect.selectedIndex].value
        this.hourselect.disabled=true
        this.minuteselect.disabled=true
        this.secondselect.disabled=true
    }
}

</script>


_______________________________________
http://2012en.wordpress.com/  "Living mistery"
http://mergi.la/RoTop69        "RoTop69"
www.cramanobless.ro                  "Producator vinuri nobile" - Paunesti,Vrancea, mail : info-at-cramanobless.ro
http://www.erepublik.com/en/referrer/HEXAGON+Omae Intra in lumea EREPUBLIK

 
   
#2
omaebazooka
Administrator
Postari: 1105
PASUL 2 : Insert the below into the <BODY> section of your page:

<form action="" method="">
<div id="jsalarmclock">
<div><div class="leftcolumn">Current Time:</div> <span id="jsalarm_ct" style="letter-spacing: 2px"></span></div>
<div><div class="leftcolumn">Set Alarm:</div> <span><select></select> Hour</span> <span><select></select> Minutes</span> <span><select></select> Seconds</span></div>
<div><div class="leftcolumn">Set Alarm Action:</div> <input type="text" id="musicloc" size="55" value="http://ADRESA DE UNDE LUATI MUZICA EX YOU TUBE" /> <span style="font: normal 11px Tahoma">*Location of page to launch</span></div>
<input type="submit" value="Set Alarm!" id="submitbutton" /> <input type="reset" value="reset" id="resetbutton" />
</div>
</form>


<script type="text/javascript">

jsalarm.init()

</script>


_______________________________________
http://2012en.wordpress.com/  "Living mistery"
http://mergi.la/RoTop69        "RoTop69"
www.cramanobless.ro                  "Producator vinuri nobile" - Paunesti,Vrancea, mail : info-at-cramanobless.ro
http://www.erepublik.com/en/referrer/HEXAGON+Omae Intra in lumea EREPUBLIK

 
   
Pagini: 1  
Mergi la