I am opening a dialog box with custom width and height using the following code.
window.showModalDialog(" & _"'" & dlgURL & "',window,'dialogWidth:" & width & "px;dialogHeight:" & height & "px;overflow:auto;scrollbars:no;center:yes');"
The problem which I am facing here is , vertical and horizontal scroll bars are visible in the dialog box. Even if we scroll down, there is no contents. Can anyone tell me how to disable these scrollbars for Firefox browsers. I tried overflow:auto property. But no use.