Articulos PHP
Septiembre 07, 2008, 04:47:47 *
Bienvenido(a), Visitante. Por favor, ingresa o regístrate.

Ingresar con nombre de usuario, contraseña y duración de la sesión
Noticias: Canciones Traducidas - Daforos.com - Fondos Gratis - Portatiles - Hosting - - Recursos Gratuitos Webmaster - elhacker dragonjar - sexo gratis - letras de canciones - Trucos Gratis - Juegos Gratis - Sexe gratuit - Juegos De Coche - porno - Start - Page0 - Page1 - Page2 - Page3 - Page4 - Page5 - Page6 - Page7 - Page8 - Page9 - Page10Page11 - Page12 - Page13 - Page14 - Page15 - Page16 - Page17 - Page18 - Page19 - Page20Page21 - Page22 - Page23 - Page24 - Page25 - Page26 - Page27 - Page28 - Page29 -

Páginas: 1   Ir Abajo
  Imprimir  
Autor Tema: Reloj digital  (Leído 2795 veces)
administrador
Administrator
Hero Member
*****
Desconectado Desconectado

Mensajes: 16065


Ver Perfil
« : Septiembre 14, 2004, 11:14:55 »

<HTML>
  <HEAD> <SCRIPT LANGUAGE="JavaScript">
var timerID = null;
var timerRunning = false;
var id,pause=0,position=0;
function stopclock ()
{
    if(timerRunning)
        clearTimeout(timerID);
    timerRunning = false;
}
function showtime ()
{
var now = new Date();
    var hours = now.getHours();
    var minutes = now.getMinutes();
    var seconds = now.getSeconds()
    var timeValue = "" + ((hours >12) ? hours -12 :hours)
    timeValue += ((minutes < 10) ? ":0" : ":") + minutes
    timeValue += ((seconds < 10) ? ":0" : ":") + seconds
    timeValue += (hours >= 12) ? " P.M." : " A.M."
    document.clock.reloj.value = timeValue;
    timerID = setTimeout("showtime()",1000);
    timerRunning = true;
}
function startclock ()
{
    stopclock ();
    showtime ();
}
//--> </SCRIPT>
  </HEAD>
  <BODY ONLOAD="startclock()">
  <FORM NAME="clock"> <INPUT TYPE="text" NAME="reloj" SIZE="11"> </FORM>
  <P>
Para ver los enlaces debes ser usuario Crear Usuario o Hacer Sesion
<FONT SIZE="-1"
  FACE="Arial"><B>www.xlwebmasters.com</B></FONT>
</P> </BODY>
</HTML>
En línea
Páginas: 1   Ir Arriba
  Imprimir  
 
Ir a:  

Mas buscadas: apuntes audio belleza bolsa cancer carpet carrera casas computadora credito cross curso informatica divx dolar drivers e mule economia explorer grafica hardware higiene industria industrial informatica internet libros linux mantenimiento manuales media medicina nutricion online paginas web politica posicionamiento programacion red red alert salud seguro seo software tecnologia trucos windows universidad venta video web windows winrar

UseBB Port by Gaia Modified & Upgraded by Croco Articulos PHP | Impulsado por SMF 1.1.5.
© 2005, Simple Machines LLC. Todos los Derechos Reservados.

Página creada en 0.173 segundos con 19 consultas.