Tema
:
abrir popup en determinado lugar del html que se carga dentro de el
Ver Mensaje Individual
#
4
(
permalink
)
15/12/2006, 02:32
JavierB
Colaborador
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
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,
__________________
Lee
las Políticas del Foro
y
escribe correctamente
.
JavierB
Ver Perfil
Buscar todos los Mensajes de JavierB