问题
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?
回答1:
you can use Jquery dialog like this, Jquery Dialog
来源:https://stackoverflow.com/questions/5166028/how-can-i-open-a-modal-dialog-window-with-scrollbars-in-javascript-or-jquery