J
jerars
Hi!
I have recently realized that some computer in my office have a
different behavior when it comes to handle the onresize event in
Internet explorer. I red a lot on this forum about this but I never was
able to understand what is the cause of the different behavior. That's
what I want to know.
my HTML code:
-----------------
<html>
<head>
</head>
<body onresize="alert()">
</body>
</html>
-----------------
a very simple code like this generate two very different behavior in
IE.
#1 - Most of the computer will do an alert as soon as I resize the
window for a single pixel.
#2 - the alert occurs at the end of the resizing when I release the
mouse button.
Anybody know what I can modify in my computer to have every copmuter
react as #1 situation??
Hint: I saw this problem on winxp sp2, win2000, win98. IE version
doesn't seems to make a difference. I tried to compare the windows
update... without success!

Thanks for your help!
Jeje
I have recently realized that some computer in my office have a
different behavior when it comes to handle the onresize event in
Internet explorer. I red a lot on this forum about this but I never was
able to understand what is the cause of the different behavior. That's
what I want to know.
my HTML code:
-----------------
<html>
<head>
</head>
<body onresize="alert()">
</body>
</html>
-----------------
a very simple code like this generate two very different behavior in
IE.
#1 - Most of the computer will do an alert as soon as I resize the
window for a single pixel.
#2 - the alert occurs at the end of the resizing when I release the
mouse button.
Anybody know what I can modify in my computer to have every copmuter
react as #1 situation??
Hint: I saw this problem on winxp sp2, win2000, win98. IE version
doesn't seems to make a difference. I tried to compare the windows
update... without success!
Thanks for your help!
Jeje