kasimir83
Lounge-Member
PHP:
function show_image(source) {
iframe.location.href="foto.htm"
iframe.document.write("<html><head><title>Foto</title></head>")
iframe.document.write("<body background=\"http://www.tralala.de/images/load2.gif\" scroll=\"no\" bgcolor=\"#D7DFE1\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">")
iframe.document.write("<img src=\""+source+"\">")
iframe.document.write("</body></html>")
iframe.document.close()
}
Tut es aber nicht. Wenn man aber rechts auf das Iframe klickt und Bild anzeigen wält ist es da...
Zuletzt bearbeitet: