Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/12/2006, 02:32
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 3 meses
Puntos: 772
Re: abrir popup en determinado lugar del html que se carga dentro de el

Hola SICK-BOY

¿Por qué no usas anclas?

<a href="pagina.html#sitio1" onclick = "window.open(this.href); return false">Enlace 1</a>
<a href="pagina.html#sitio2" onclick = "window.open(this.href); return false">Enlace 2</a>

Saludos,