hi,
function check() {
window1=window.open(...)
window1 ist eine lokale Variable, nur innerhalb dieser Funktion verfügbar.
function close() {
window1.close();
Diese Funktion kennt kein window1.
Anders wäre das, wenn du eine globale Variable nutzen würdest.
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }