Kevin: window - resizeable

Beitrag lesen

win=window.open("test.htm","window", "width=760, height=420 , toolbar=no, location=no,status=no,scrollbars=no, resizeable=no");

weil das so geschrieben wird:

resizable=   // ohne 'e'

Kevin