![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In IE, I'm having problems with these events. What I'm trying to do is get the size of the window after the user has resized it, either by dragging the corner or by maximizing. It seems like in IE if the window has a handler for onresize, and the user clicks to maximize the window, the handler gets called BEFORE the window is maximized. So the size is the size before maximizing, rather than after. (In Firefox the event handler gets called AFTER the window is maximized, which is what I want.) It seems like in IE this line window.attachEvent("onresizeend", function() { alert("resize end"); } ); has no effect at all, even though the Microsoft doc says it should work. |
![]() |
| Thread Tools | |
| Display Modes | |
| |