![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/05/2006, 10:01
|
| | Fecha de Ingreso: mayo-2005
Mensajes: 73
Antigüedad: 19 años, 8 meses Puntos: 0 | |
mmmm se me ocurre k si le pones:
<script language="JavaScript">
var cont;
cont = 0;
function abrir_ventana(pagina)
{
if(cont == 0)
{
window.open(pagina,"",opciones);
cont = 1;
}
}
no se talves funcione.... |