codecorner.galanter.net
Resizing IE Modal Dialog in JavaScript
If you open an IE Modal Dialog window and later on need to resize it using JavaScript code, standard “window.resizeTo” method doesn’t work. Use dialogWidth and dialogHeight instea…