How can I open a Modal-Dialog window with scrollbars in javascript or jquery

时光毁灭记忆、已成空白 提交于 2019-12-10 11:47:18

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!