![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/10/2006, 00:23
|
| | Fecha de Ingreso: octubre-2006
Mensajes: 23
Antigüedad: 18 años, 4 meses Puntos: 1 | |
otra forma seria
simplemente salir del php en el momento de la llamada es decir
<html>
<header>
<script>
function hola()
{
alert('hola');
}
</header>
<body>
</script>
<?php
.....
?>
<script>hola()</script>
<?php
.....
?>
</body>
</html>
Enermedia Argentina |