davidp: window.open('about:blank'...) und onresize

Beitrag lesen

Hi,

window[pWinBez] = window.open('about:blank','left=0,top=0,dependent=0,menubar=0,toolbar=0,location=0,resizable=1,scrollbars=0,status=1,hotkeys=0');

window[pWinBez].document.getElementsByTagName("body")[0].onresize = function() {alert("test");}

ganz sicher, dass onresize bei body dazugehört?

lg davidp