Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/03/2007, 09:42
Avatar de jerkan
jerkan
 
Fecha de Ingreso: septiembre-2005
Mensajes: 1.607
Antigüedad: 19 años, 5 meses
Puntos: 19
Re: Actualizar popup desde padre

He logrado el comportamiento descrito con el siguiente código:
Código HTML:
	function abre_popup(_url, _target, _nombre, _options)
	{
		try	{
			nombre.close();
		} catch(e) {
		}
				
		_nombre = window.open(_url, _nombre, _options);
		_nombre.focus();

	}

<a href=\"$url\" target=\"_blank\" onclick=\"abre_popup(this.href, this.target, 'popup_carrito', 'width=200,height=250, status=no,resizable=no,scrollbars=yes');return false;\">