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

Resultados por:
 


Rechercher Búsqueda avanzada


MusicPlaylist
MySpace Music Playlist at MixPod.com

Últimos temas
» Karate Dog
Cuanto tiempo visito un usuario tu pagina web EmptyMar Dic 16, 2008 4:43 pm por Alex@nder

» Day of the Dead
Cuanto tiempo visito un usuario tu pagina web EmptyMar Dic 16, 2008 4:43 pm por Alex@nder

» El vuelo de los muertos vivientes
Cuanto tiempo visito un usuario tu pagina web EmptyMar Dic 16, 2008 4:42 pm por Alex@nder

» Hotel sin salida
Cuanto tiempo visito un usuario tu pagina web EmptyMar Dic 16, 2008 4:41 pm por Alex@nder

» Hostel 1 y 2
Cuanto tiempo visito un usuario tu pagina web EmptyMar Dic 16, 2008 4:41 pm por Alex@nder

» Una noche para morir
Cuanto tiempo visito un usuario tu pagina web EmptyMar Dic 16, 2008 4:40 pm por Alex@nder

» Scream 1 y 3
Cuanto tiempo visito un usuario tu pagina web EmptyMar Dic 16, 2008 4:40 pm por Alex@nder

» Silent Hill
Cuanto tiempo visito un usuario tu pagina web EmptyMar Dic 16, 2008 4:39 pm por Alex@nder

» Destino Final 1, 2 y 3
Cuanto tiempo visito un usuario tu pagina web EmptyMar Dic 16, 2008 4:38 pm por Alex@nder

Navegación
 Portal
 Índice
 Miembros
 Perfil
 FAQ
 Buscar
Foro
ul.linklist li.rightside{font-size: 0px;}

Cuanto tiempo visito un usuario tu pagina web

Ir abajo

Cuanto tiempo visito un usuario tu pagina web Empty Cuanto tiempo visito un usuario tu pagina web

Mensaje por Alex@nder Dom Nov 16, 2008 11:18 pm

Código:
<script>
startday = new Date();
clockStart = startday.getTime();
function StartEndeUhr()
{
var myTime = new Date();
var timeNow = myTime.getTime();
var timeDiff = timeNow - clockStart;
this.SekundenDifferenz = timeDiff/1000;
return(this.SekundenDifferenz);
}
function GetSekunden()
{
var mySecs = StartEndeUhr();
var mySecs1 = ""+mySecs;
mySecs1= mySecs1.substring(0,mySecs1.indexOf("." )) + " sec.";
document.counter.zeit.value = mySecs1
window.setTimeout('GetSekunden()',1000);
}
</script>
<body onload="window.setTimeout('GetSekunden()',1)">
<form name="counter">
Sie sind seit <input type="quot; size="9" name="zeit"> auf dieser Seite.
</form>
Alex@nder
Alex@nder
Administrador
Administrador

Masculino
Cantidad de envíos : 116
Edad : 32
Localización : Venezuela-Maracay
Empleo /Ocio : Estudiante / Escuchar música y ver peliculas
Humor : Muy bueno
Barra de Respeto :
Cuanto tiempo visito un usuario tu pagina web Left_bar_bleue100 / 100100 / 100Cuanto tiempo visito un usuario tu pagina web Right_bar_bleue

Fecha de inscripción : 16/11/2008

http://www.tu-ayudaweb.es.tl

Volver arriba Ir abajo

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.