How can I open a Modal-Dialog window with scrollba

2019-06-11 02:36发布

问题:

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