Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/02/2007, 15:19
Lisyromi
 
Fecha de Ingreso: noviembre-2006
Mensajes: 36
Antigüedad: 17 años, 5 meses
Puntos: 1
Re: galeria de imagenes

hola puedes intentar con ventanas popup, investiga la funcion window.open, de acuerdo a tu necesidad podria ser:
<a href="#" onclick="window.open('pagina.html','window','param s')">enlace</a>, o también,
<a href="pagina.html" target="popup" onClick="window.open(this.href, this.target, 'width=270, height=240'); return false;">...