F1 = window.open('test.html', 'anmeldung', 'height='+h2+', width='+w2+', top=0, left=0, resizable=yes, menubar=no, toolbar=no, location=no, statusbar=no, scrollbars=yes');
NN stört sich an den Leerzeichen in deinem Parameterstring.
Struppi.
F1 = window.open('test.html', 'anmeldung', 'height='+h2+', width='+w2+', top=0, left=0, resizable=yes, menubar=no, toolbar=no, location=no, statusbar=no, scrollbars=yes');
NN stört sich an den Leerzeichen in deinem Parameterstring.
Struppi.