bobrivers2003
Technical User
Many threads I have checked ask for refreshing a parent from a child pop up, but I am after the opposite. I have a parent that could potentially open several popups.These pop ups query a database and display data.
If one pop up was open the user can simply press refresh to obtain the latest data. This can be annoying if many pop ups were open.
Is there a function i can put in the parent page that will refresh any popups that it opened?
e.g <input type="button" name="refresh" value="refresh" onClick="child.window.refresh();">
Any help would be greatly appreciated.
If one pop up was open the user can simply press refresh to obtain the latest data. This can be annoying if many pop ups were open.
Is there a function i can put in the parent page that will refresh any popups that it opened?
e.g <input type="button" name="refresh" value="refresh" onClick="child.window.refresh();">
Any help would be greatly appreciated.