![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/02/2007, 09:22
|
![Avatar de K@N@BIS](http://static.forosdelweb.com/customavatars/avatar159191_1.gif) | | | Fecha de Ingreso: noviembre-2006
Mensajes: 7
Antigüedad: 18 años, 2 meses Puntos: 0 | |
Re: treeview(duda) hola amigo
mira este sencillo ejemplo:
<?
$michael="hola";
?>
<script language="javascript">
function prueba()
{
alert($michael);
}
</script>
<body onload="prueba();">
</body>
Aqui la alerta no funciona,pues parece que no reconoce la variable que viene
del script php |