Este es el código que se coloca en la cabecera:
Código:
Y este otro en el cuerpo:<SCRIPT LANGUAGE="JavaScript"> <!-- Begin function abrirFoto(img){ foto1= new Image(); foto1.src=(img); Control(img); } function Control(img){ if((foto1.width!=0)&&(foto1.height!=0)){ verFoto(img); } else{ funcion="Control('"+img+"')"; intervallo=setTimeout(funcion,20); } } function verFoto(img){ ancho=foto1.width+20; alto=foto1.height+20; stringa="width="+ancho+",height="+alto; finestra=window.open(img,"",stringa); } // End --> </script>
Código:
pués si alguien sabe cómo hacerlo, se lo agradecería muuuuuuuuuuuuuuucho<A HREF="javascript:abrirFoto('/images/image1.gif')" BORDER="0"> <IMG SRC="/images/thumb1.gif" BORDER="0"></A>
un saludo y gracias a todos