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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -