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
Post a Comment