开发者

popup in Joomla

开发者 https://www.devze.com 2023-03-05 00:11 出处:网络
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 th

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..开发者_运维问答?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消