Ver Mensaje Individual
  #13 (permalink)  
Antiguo 21/07/2008, 05:49
astut
 
Fecha de Ingreso: septiembre-2005
Ubicación: Valencia
Mensajes: 738
Antigüedad: 18 años, 8 meses
Puntos: 5
Respuesta: Poder abrir un window.open si no esta ya abierto

Hola,
Código HTML:
try 
	{
    	ventana.close();
	} 
	catch(elError) 
	{}  
	ventana= window.open(url, "_blank", "width="+ancho+", height="+alto+", scrollbars=no, resizable=no, location= center");
	return false;
Sige sin funcionar, abro una ventana usando esta funcion y cuando vuelvo a usar la funcion, me abre otra ventana sin cerrar la anterior.
¿Que le falta?

Gracias por responder.