|
|
Feedback: irt.org FAQ Knowledge Base Q240
Feedback on: Sent by Brynna Donn on July 13, 1999 at 16:29:56: - feedback #298
Worth: Length: Comments: I try to use window.resizeTo(400, 380) and it doesn't work. window.outerHeight = 380 does not work either. resizeTo does work in IE. Are there interactions with other parameters that cause resizeTo and outerHeight not to work on N4.5? Sent by Howard Lloyd on May 12, 2000 at 17:43:43: - feedback #1216
Worth: Comments: <script LANGUAGE="Javascript1.2"></script> </head> From comp.lang.javascript.
Sent by Kalin Agrawal on May 17, 2000 at 16:11:55: - feedback #1246
Worth: Length: Technical: Comments: For IE: Explanation: The result is that the clientHeight and clientWidth are adjusted to be the desired dimensions, good for framing known dimensions (e.g. an image), without worrying about the window's decorations (such as menus, toobars etc.). |
-- div -->
|