Joomla 中的弹出窗口

发布于 2024-11-06 03:43:30 字数 153 浏览 0 评论 0原文

在我的网站中,我有一个弹出窗口,用于显示“编辑用户信息页面”。我使用 Rokbox 创建了弹出窗口。现在它显示带有用户详细信息的编辑表单。现在,当我单击“保存”时,它正在保存数据,并且页面刷新并在弹出窗口中重新加载。我需要的是在保存时关闭弹出窗口。如果有人可以提出解决方案,那么会有帮助..?

In my site I have a pop-up for displaying the 'Edit User Info page'. I have created the pop-up using Rokbox. Now it is showing the edit form with user details. Now when I click save, it is saving the data and the page refreshes and re-loads in the pop-up. What I need is to close the pop-up upon saving. Helpful if anyone can suggest a solution..?

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

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

发布评论

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

评论(1

谁许谁一生繁华 2024-11-13 03:43:30

大多数情况下,在页面引用之后,弹出窗口可能不会自动显示,直到除非它没有放在 onLoad 事件 上。但如果您遇到此问题,则可以在成功保存数据后将 style 设置为 display:none

谢谢。

Mostly after page refersh pop-up may not displaying automatically untill & unless its not put on onLoad event. but if you facing this problem, then you can set style with display:none after successful saving the data.

Thanks.

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