![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/02/2011, 16:56
|
![Avatar de kakashi20](http://static.forosdelweb.com/customavatars/avatar323186_1.gif) | | | Fecha de Ingreso: septiembre-2009
Mensajes: 616
Antigüedad: 15 años, 4 meses Puntos: 15 | |
ayuda popup hola tengo este código en php pero no me abre la ventana con la función window.open
<?php
if($totalU > 0){
?>
<script type="text/javascript">window.open("menu_cliente.php");</script>
<?php
}
si alguien me pudiese ayudar se lo agradeceria |