das ist kein problem, nimm diesen code :
allerdings solltest du aufpassen, denn eine zu hohe auflösung wirkt bei niedrigeren Screenauflösungen recht nervig, da du schlecht scrollen kannst:
<html><head><SCRIPT language=JavaScript>
<!--
function Go(x)
{
if(x == "nothing")
{
document.forms[0].reset();
document.forms[0].elements[0].blur();
return;
}
else if(x == "end") top.location.href = parent.frames[1].location;
else
{
parent.frames[1].location.href = x;
document.forms[0].reset();
document.forms[0].elements[0].blur();
}
}
//-->
</SCRIPT>
<SCRIPT language=JavaScript>
<!--
function foto_dl(file1)
{
box1 =
window.open(file1,"_blank","toolbar=no,scrollbars=no,directories=no, status=no,menubar=no,resizable=no,width=500,height=245");
box1.focus();
}
//-->
</SCRIPT></head>
<body><A class=dl
onmouseover="window.status='Foto'; return true"
onmouseout="window.status=''"
href="javascript:foto_dl('fotoname.htm')">Hier klicken</A></body></html>