var win; function win01open() { win01=window.open("jsc01.htm","kdhlp","width=250,height=180,resizable=no,dependent=yes,screenX=500,screenY=200,scrollbars=no"); win01.focus(); window.setTimeout('win01.close()',1000); } function win_kdhlp() { win=window.open("jsc01.htm","kdhlp","width=250,height=180,resizable=no,dependent=yes,screenX=500,screenY=200,scrollbars=no"); // ... menubar=yes,toolbar=yes"); // win.document.open("text/html"); // win.document.bgColor="#007F7F"; // win.document.fgColor="#FFFF00"; // win.document.write("

Message of the day

"); // win.document.write("

Boris:

Nur der Mittelweg ...

"); // win.setTimeout('window.close()',1000); funktioniert nur nach win.document.open ??? win.focus(); } function winclose() { win.close();} function histback() { history.back();}