javascript - Is there a maximum dialogHeight and dialogWidth for a showModalDialog in IE8? -


i'm trying size webpage dialog box no matter change height/width to, size doesn't change.

window.showmodaldialog ('c1270.srf?c1270-s11', 'dialogwidth=800px;dialogheight=400px');

options showmodaldialog "css" type:

window.showmodaldialog ('c1270.srf?c1270-s11', '', 'dialogwidth:800px;dialogheight:400px'); 

notice empty argument argument.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -