Image mit Popup-Fenster öffnen

Detailansicht

<SCRIPT LANGUAGE="JavaScript">
<!--
function ShowScreenshot(theImage){
var ScreenWin
ScreenText = "<html><head><title>Detailansicht</title></head><body bgcolor=\"white\" font=\"black\"><table width=100% height=100% border=0><tr><td width=100% height=100% align=center valign=middle><a href=\"#\" onClick=\"javascript:window.close();\"><img src=\""+theImage+"\" border=0 alt=\"Zurück\"></a></td></tr></table></body></html>"
ScreenWin = window.open("","Detailansicht","resizable=1,toolbar=0,scrollbars=1,height=200,width=300");
ScreenWin.document.open();
ScreenWin.document.writeln(ScreenText);
ScreenWin.document.close();
ScreenWin.focus();
}
// -->
</SCRIPT>

<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD colSpan=3><DIV align=center><A href="javascript:ShowScreenshot('dat/3gif')"><IMG height=150 alt="Ansicht" hspace=5 src="dat/3.jpg" width=200 align=center vspace=3 border=0></A><BR>
<FONT face=Arial color=#00a3ff size=3>Text</FONT><BR><FONT face=Arial
size=2>&%nbsp;</FONT>
</DIV></TD></TR></TABLE>