Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/01/2013, 16:00
23torres23
 
Fecha de Ingreso: diciembre-2011
Ubicación: Sevilla
Mensajes: 15
Antigüedad: 12 años, 5 meses
Puntos: 0
¿Cual es el problema?

Código HTML:
<html>
<head>
<script type="text/javascript">

var fdf = document.getElementById('marcador').value;

alert(fdf);


</script>

</head><body>

<input  type="text" value="1" id="marcador"  >  





</body></html> 
Porque no se me muestra el alert???