带有 ASPX 页面的灯箱

发布于 2024-10-17 17:22:46 字数 195 浏览 4 评论 0原文

我想知道您是否可以使用带有 aspx 页面的灯箱? 对于我的项目,我试图在灯箱中制作某种搜索工具。 在我的默认页面上,您有一个 img 链接,可以打开一个灯箱(带有 aspx 页面)。

在该灯箱中,当您单击按钮(asp 按钮)时,页面将呈现为具有相同内容的普通完整浏览器页面。 页面应保留在该灯箱中,并将结果呈现在列表框中。 这可能吗?或者这是错误的方法?

I'm wondering if you can use a lightbox with aspx pages?
For my project, i'm trying to make some kind of search tool in that lightbox.
On my default page , you have a img link that opens a lightbox (with an aspx page)

In that lightbox, when you click a button (asp button), the page renders like a normal full browser page with the same content.
The page should stay in that lightbox and rendering the results in a listbox.
Is this possible? Or is this the wrong way?

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

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

发布评论

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

评论(2

春夜浅 2024-10-24 17:22:46

一种相当简单的解决方案是使用 jQuery Thickbox 插件。您可以使用 iFrame 解决方案,这将使一切保持整洁。

另一种选择是,您可以使用任何常规灯箱功能和 ajax/post 来填充灯箱中的 div。注意:厚盒也可以选择 ajax 功能。

在我看来,厚盒解决方案是最简单的开箱即用解决方案。它需要一些常规的 jQuery 知识。

希望这有帮助。

One fairly easy solution would be to use the jQuery Thickbox plugin. You can use the iFrame solution, which will keep everything tidy.

Another option, you could use any general-lightbox functionality and ajax/post to populate the div in your lightbox. Note: ajax functionality is also an option with thickbox.

In my opinion, the thickbox solution is the easiest out-of-box solution. It requires some general jQuery knowledge.

Hope this helps.

狂之美人 2024-10-24 17:22:46

与 True North 的解决方案相同,我对 Fancybox 做了类似的事情。

Fancybox 也是基于 jQuery 库构建的,并允许 iFrame 中的页面。它还允许 AJAX 代码,这意味着您的搜索结果可以加载到“弹出窗口”中而无需回发!

我希望这有帮助。

Along the same lines as True North's solution I have done something similar with Fancybox.

Fancybox is also built on the jQuery library and allows pages in iFrames. It also allows AJAX code, meaning that your search results could be loaded in to the 'popup' without postback!

I hope this helps.

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