经典 ASP 中的模式弹出窗口?

发布于 2024-07-25 08:57:25 字数 132 浏览 7 评论 0原文

我用 .NET 和经典 ASP 编写。 我想在 ASP 中创建一个模式弹出窗口,就像在 .NET 中一样,如何禁用父页面并将其变成不同的颜色。 这在 ASP 中可行吗? 或者没有简单的解决方案来完成这个任务? 如果可以的话……怎么办?

I write in .NET and in classic ASP.
I want to create a modal popup in ASP, like in .NET how the parent page can be disabled and turned a different color.
Is this possible in ASP?
Or is there no easy solution to get this done?
If possible...how?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

涫野音 2024-08-01 08:57:26

您将使用 Javascript 来制作类似的东西,我建议您使用 jQuery。 有很多预构建的库可以帮助您做到这一点。

对于模式框,您可以从jQuery 对话框开始。

You're going to use Javascript to make something like that, I'd recommend you use jQuery. There is a lot of prebuilt libraries to help you do that.

For the modal box, you might start with the jQuery Dialog.

や三分注定 2024-08-01 08:57:26

只需使用 javascript 库即可完成此操作。 jQuery 是一个流行的选择,有很多插件可以做到这一点。

Just use a javascript library to do this. jQuery is a popular choice and there a number of plugins to do this.

冷情 2024-08-01 08:57:26

是的,当然可以,但如果您自己编写 Javascript,则可以创建一个隐藏的 DIV 标记,该标记具有呈现的完全相同的页面,但具有位于显示内容之上的 15% 灰色 - 透明 .gif 文件。 然后,在启动模态对话框时将该 DIV 标记更改为可见,并在关闭时将其更改回来。 简单的。

Yes, of course, but if you are writing the Javascript yourself, you can just create a hidden DIV tag that has the same exact page rendered, but with a 15% gray - transparent .gif file that sits on top of what is displayed. Then you change that DIV tag to visable when the Modal dialog is launched, and change it back when it's closed. Simple.

德意的啸 2024-08-01 08:57:26

有一些很棒的 JS 库可以帮助您。
我喜欢 jQuery 和 YUI,因为它们易于使用。

试试这个链接,看看他们的一些面板产品。所有这些都有一个模态设置,会使背景变灰。

http://developer.yahoo.com/yui/examples/container/ panel-loading.html

祝你好运~

There are some great JS libraries out there that can help you.
I like jQuery and YUI for their ease of use.

Try this link and look around at some of their Panel offerings.. all of which have a Modal setting that will grey out the background.

http://developer.yahoo.com/yui/examples/container/panel-loading.html

Good Luck~

七分※倦醒 2024-08-01 08:57:26

“如何禁用父页面并将其变成不同的颜色”

您可以使用ibox javascript,我已经使用它并取得了良好的效果。

http://www.ibegin.com/labs/ibox/

" how the parent page can be disabled and turned a different color"

You can use the ibox javascript, I have used it with good results.

http://www.ibegin.com/labs/ibox/

ˉ厌 2024-08-01 08:57:26

我会从 clientcide 网站投票给 Stickywin。 它都是基于 Mootools 的,使用起来非常方便。

I'd put a vote in for stickywin from the clientcide site. Its all Mootools bases and very sweet to use.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文