I need to put scrollbars on a ModalDialog window in javascript or jquery.
The window.showModalDialog() doesn't recognize scrollbars as argument [http://javascript.gakaa.com/window-showmodaldialog-4-0-5-.aspx],
while the window.open() supports it but isn't a ModalDialog
[http://javascript.gakaa.com/window-open-4-0-5-.aspx].
Any suggestions?