Hallo Jürgen !
Im Prinzip handelt es sich bei der Datei "popup.html" um eine Datei, in der sich nur ein Bild namens "vorschau" befindet:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<title>Grossansicht</title>
</head>
<body bgcolor="#ffffff" marginwidth=0 marginHeight=0 topMargin=0 leftMargin=0>
<p><img src="../1pixelwhite.gif" width="350" height="350" border="0" name="vorschau"></p>
</body>
</html>
Und eben die src dieses Bildes soll bei Mausklick geändert werden - nach dem Prinzip window.document.images.src = "...."
Und der IE macht das so auch prima, nur Netscape streikt :-(
Gruß
Steve