In codeigniter application i pop up a window from a view page using href link.In that pop up window there have a button to close window after done process.
I want to refresh the view page after closing the pop up window when i clicking on the button in the pop up window.How can i do that?Is there any way to solve my issue
Have the close button call this javascript:
This will test that the opening window exists and is not closed, and then try to reload it.
You could also access other functions or variables using
window.openerif you wanted to call some other function, or make it a little more dynamic by only changing one part of the page.