This topic is locked
[SOLVED]

 List Page Full Refresh after Popup Completes

7/11/2018 2:16:59 PM
PHPRunner General questions
J
John author

Is there a method to refresh the calling list page after a popup Add or Edit completes? I see that item is added but it places the new entry as the 1st entry.
I have tried the example listed on https://xlinesoft.com/phprunner/docs/how_to_refresh_list_page_after.htm but can't seem to find the correct javascript options.

Thanks
John

J
John author 7/13/2018

FYI
Nevermind.. Here is what worked
Added to after add event

echo "<script>window.parent.location.reload(true);</script>";