Ver Mensaje Individual
  #5 (permalink)  
Antiguo 05/05/2008, 10:39
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: se puede ejecutar funcion de javascrip en un header php?

Se refiere a algo así:
Código HTML:
<html>
<head>
<script type="text/javascript">
funcion();
</script>
</head>
<body>

</html> 
Las funciones en head, se ejecutan automáticamente cuando son llamadas en esa parte.

Saludos.