将基于服务器的错误消息返回到基于 Web 的模式面板的最简单方法是什么

发布于 2024-07-24 19:40:31 字数 399 浏览 6 评论 0原文

我的任务是向内部应用程序添加基于模式的 UI 功能。 快速总结是,我正在通过模式面板发布表单,我想知道干净地提供反馈的最佳方式。

Firefox 允许通过普通帖子更改模式面板中显示的页面,但 IE 会在新窗口中打开它,这似乎意味着直接 GET 或 POST 不起作用。 有什么简单的方法可以解决这个问题吗?

我对是否采用 AJAX 路线有些犹豫,因为我被告知不要引入任何新的 javascript 库,而且我从未使用过 PHP 的 CodeIgniter 对它的支持。 (我是通过 servlet 和 Richfaces A4J 完成的)。 我认为我们目前没有使用 AJAX 来做任何事,尽管现在可能是改变这一状况的时候了。

我愿意接受任何替代建议,同时我将研究 CodeIgniter 的 Ajax 支持。

I've been tasked with adding a modal based UI feature to an internal application. The quick summary is that I am posting a form via a modal panel, and I'm wondering the best way to cleanly provide feedback.

Firefox permits changing the page showing within the modal panel via a normal post, but IE opens it in a new window which seems to imply that a straight GET or POST won't work. Is there any easy way around this?

I'm slightly hesitant to go the AJAX route because I've been told not to bring in any new javascript libraries, and I've never worked with PHP's CodeIgniter's support for it. (I've done it via servlets and Richfaces A4J). I don't think we are currently using AJAX for anything, although this might be the time to change that.

I'm open to any alternate suggestions, and I'll be looking into CodeIgniter's Ajax support in the meanwhile.

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

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

发布评论

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

评论(1

还给你自由 2024-07-31 19:40:31

“简单”的方式解决它,我认为不是。

Ajax 正是您正在寻找的。 希望您已经在使用 js 库,因为您无法引入任何新库。

"Easy" way around it, I think not.

Ajax is what you're looking for. Hopefully you're already using a js library since you can't bring any new one.

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