本文介绍了如何在javascript或jquery中打开带有滚动条的模态对话窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在javascript或jquery的ModalDialog窗口中放置滚动条。

I need to put scrollbars on a ModalDialog window in javascript or jquery.

window.showModalDialog()无法将滚动条识别为参数,

而window.open()支持它但不是ModalDialog

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].

有什么建议吗?

推荐答案

你可以像这样使用Jquery对话框,

you can use Jquery dialog like this, Jquery Dialog

这篇关于如何在javascript或jquery中打开带有滚动条的模态对话窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 23:24