Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
It's not a good idea to resize browser windows. It's a one of the most common user annoyances. – RandellAug 19 '09 at 6:06
1
He is not trying to resize the browser window using code. He needs to get the height and width when the browser window is resized. – rahulAug 19 '09 at 6:07
Hi CMS, When u try to alert those height and width it alerts the values atleast 4 times... why is that so??
This happened in chrome browser – kayteenAug 19 '09 at 6:29
This event might fire several times, while you are resizing the window – CMSAug 19 '09 at 6:31
That's right. In IE especially, the resize event is triggered continuously as the window is being resized. Use a combination of setTimeout and clearTimeout with a short delay to prevent triggering multiple events – Chetan SastryAug 19 '09 at 6:47