Ja haste den Link angeklickt?
Hier noch mal:
<html>
<head>
<script language="JavaScript">
<!--
f1=false
function fenster(URL1,b,h)
{
if(f1&&f1.closed==false)
f1.close()
f1=window.open("","","width="+b+",height="+h+",left="+((screen.width-b)/2)+",top="+((screen.height-h)/2))
with(f1.document)
{
open()
write('<head><meta http-equiv="imagetoolbar" content="no"><\/head>')
write('<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">')
write('<a href="javascript:self.close()">[img]'+URL1+'[/img]<\/a>
')
write('<center><span style="font-family:arial, helvetica; font-size: 12px;color:#bfbfbf;">')
write('Zum schließen auf das Bild klicken<\/span><\/center><\/body>')
close()
}
}
// -->
</script>
</head>
<body>
<TABLE CELLPADDING="0" CELLSPACING="5" BORDER="0">
<TR>
<TD ALIGN="center">
<A HREF="bild01.jpg" TARGET="_blank" ONCLICK="fenster('bild01.jpg',640,500);return false">
[img]tnbild01.jpg[/img]</A></TD>
<TD ALIGN="center">
<A HREF="bild02.jpg" TARGET="_blank" ONCLICK="fenster('bild02.jpg',640,500);return false">
[img]tnbild02.jpg[/img]</A></TD>
<TD ALIGN="center">
<A HREF="bild03.jpg" TARGET="_blank" ONCLICK="fenster('bild03.jpg',640,500);return false">
[img]tnbild03.jpg[/img]</A></TD>
</TR>
</TABLE>
</body>
</html>
Alles anzeigen