var imgWindow = ""; function openPopup(img, width, height) { if (img && width && height) { width = Math.min(width + 36, 640); height = Math.min(height + 30, 480); if (imgWindow.location && !imgWindow.closed) imgWindow.close(); imgWindow = window.open(img, "imgWindow" + width + height, "toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height); // imgWindow.focus(); } } // -->
olau, 9. Mai 2003 um 20:46:03 MESZ Fernsehen Auf dem Bett liegend sah ich fern und meinte umschalten zu müssen. Das andere Programm sah ich mir eine Weile an. Es sagte mir nicht zu, also schaltete ich wieder zurück. - - - - - - |