![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/02/2007, 15:19
|
| | Fecha de Ingreso: noviembre-2006
Mensajes: 36
Antigüedad: 18 años, 3 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;">... |