I am developing a website with codeignite . I have problem with submiting forms in fancy box popups .
Consider this is original page :
http://mysite/admin/blog/posts
I want to open comments page in fancy box popup
but when I want to delete a comment in popup box , the pop up closes and original page redirects to :
http://mysite/admin/comments/delete/5
How can I submit or open links in popup without closing the popup ?
i have similar needs to your case. When i work it out with fancybox, i set the type to ajax it will close the box. So then i realize that there is still other support. We can use the iFrame type. When you use the iFrame, the url access is proceed inside the frame. So you might want see postprocess result from deleting data, isn’t it? so you should consider change to iFrame.
resource :