Hallo,
meinst du sowas:
<html>
<head>
<script language="JavaScript" type="text/JavaScript">
<!--
function doppel()
{
parent.topFrame.location.href=oben;
parent.mainFrame.location.href=unten;
}
//-->
</script>
</head>
<body>
<a href="JavaScript:doppel();"><img src="bildname.jpg" width="5" height="5" border="0">
</body>
</html>
Viele Grüße