Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/05/2006, 10:01
jamon
 
Fecha de Ingreso: mayo-2005
Mensajes: 73
Antigüedad: 19 años
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....