Hola, tablondeanuncio. Bienvenida al Foro.
Te pongo este código a ver si te sirve, al menos para empezar:
Código PHP:
<html>
<head>
<script>
function abrir() {
ruta="'c:/del/web/dos.html'";
ventana=window.open();
ventana.document.write('<img src="c:/del/web/imagen1.gif" ');
ventana.document.write('onclick="document.location.href='+ruta+'">');
}
</script>
</head>
<body onLoad="abrir()">
</body>
</html>
Acepto los besos con mucho gusto. Saludos,