Window.showModalDialog dialogWidth property not working in IE
I have an ASP.NET 2.0 framework page that is running in our controlled environment (IE 7). The property dialogWidth
doesn't seem to work. The script looks like this:
var win = window.showModalDialog ('Page.aspx', 'PopupPage', 'dialogHeight:600px,dialogWidth:800px,resizable:0');
dialogHeight
works fine, but no matter what I change dialogWidth
to - it seems to be limited to around 250px wide. In the above configuration, the modal popup is taller than it is wide - although the width is 800 and the height is 600.
+1
a source to share
2 answers