URBE

Regístrate y accede a todo el contenido de Urbe.biz, sin verificacion de mail Click aquí


Unirse al foro, es rápido y fácil

URBE

Regístrate y accede a todo el contenido de Urbe.biz, sin verificacion de mail Click aquí

URBE

¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Mi sitio tu sitio


    Reflejo de imagen en el agua

    MISSARG
    MISSARG


    Reflejo de imagen en el agua Th_arg10
    Femenino

    Reflejo de imagen en el agua Empty Reflejo de imagen en el agua

    Mensaje por MISSARG Sáb Abr 04, 2009 2:04 am

    Reflejo de imagen en el agua
    solo funciona con explorer
    Código:
      <CENTER><SCRIPT LANGUAGE="JAVASCRIPT">
    <!-- Begin Digital Watch
    document.write('<!-- Begin Hiding Script -->')
    /*
    ######################################################################
    ################      SCRIPT BY BURNBLADE      #####################
    ################        Visit My Site At        #####################
    ################      http://www.burning.net    #####################
    ################        ©️ copywrite 1997        #####################
                 
    */
    var watchID = null
    var watchRun = false
    function stopwatch(){
      if(watchRun)
        clearTimeout(watchID)
      watchRun = false
    }
    function startwatch(){
      stopwatch()
      dayTime()
    }

    function dayTime() {
      day = new Date();
      hour = day.getHours();
      minute = day.getMinutes();
      second = day.getSeconds();
     
      if (hour > 12) {
      hours = hour - 12;
      part = 'Del Dia'}
      else {
      part = 'De la Noche';
      if (hour == 0) {
      hours = 12
      }
      else {
      hours = hour
      }
      }
      if (minute < 10) {minutes = 0}
      else {minutes = ""}
      if (second < 10) {seconds = 0}
      else {seconds =""}
      date = ('' +"Mes "+(day.getMonth() + 1)+"  Dia  "+day.getDate()+ "  del año  "+day.getYear()+ '');
      time = ('' + hours + ":"+minutes+""+minute+ ":"+seconds+""+second+ '')
      parts = ('' +part+ '')
      document.timedate.time.value = time
      document.timedate.date.value = date
      document.timedate.parts.value = parts
      watchID = setTimeout("dayTime()",1000)
      watchRun = true
    }
    document.write('<!-- End Hiding Script -->')
    // End Digital Watch-->
    </script>
     
    <body background="coloca aca la url de la imagen" onLoad="startwatch()">
    <form name="timedate" onSubmit="0">
    <table cellspacing=0 cellpadding=0>
    <tr align=center>
     <td><INPUT TYPE="text" NAME="time" SIZE=6 VALUE ="..Starti"></td>
     <td><INPUT TYPE="text" NAME="parts" SIZE=12 VALUE ="ng.."></td>
     <td colspan=2><INPUT TYPE="text" NAME="date" SIZE=28 VALUE ="........"></td>
    </tr>
    </table>
    </form></CENTER>       
    <!-- Simba says Roar. -->



      Fecha y hora actual: Vie Abr 26, 2024 11:22 pm