I need to open a data entry page in a modal popup and after submitting form keep the popup open so user can add multiple entries.
Once user is done with entries and closes popup, need to refresh parent page. Used to use window.parent.location.reload() but this no longer works.
browser: ie9