Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/06/2006, 17:29
federicoizuel
 
Fecha de Ingreso: noviembre-2005
Mensajes: 112
Antigüedad: 18 años, 5 meses
Puntos: 2
Disculpa, pero funciona sin poner en código en la capa.

Por ejemplo:

Código HTML:
<html>
<script type="text/javascript">
function funcionAEjecutar(){
	div=document.getElementById("1");
	div.innerHTML="Esto Anda";
}
</script>
<head>
</head>
<body>
<div id="1">
</div>
<script type="text/javascript">
funcionAEjecutar();
</script>
</body>
</html> 
__________________
PuertaX.Net