Updating a popup window from source page
- by Blem
I have a list of people wrapped in a-tags with onclick for opening a popup window.
That popup window contains a previous and next button that invoker a function in the parent window to get the previous/next a-tag and execute the onclick for it.
nextAnchor.onclick();
This should update the popup window with the new persons info, but it…