ModalDialogの機能を次のように変更しました
features = "scroll: no;\
status: yes;\
help: no;\
center: yes;\
dialogWidth: 1032px;\
dialogHeight: 750px;\
resizable: yes;"
ただし、ダイアログの幅とダイアログの高さは、デスクトップのディスプレイ サイズの下でのみ影響を受けます。
デスクトップの表示サイズが 1024 x 768 の場合、モーダル ダイアログのサイズを変更できません
"dialogWidth : 1024px; dialogHeight : 737px;"
では、どうすればこれを行うことができますか?