Is there a way to load one or more URLs in a hidden window without redirecting the parent page using JavaScript? I would like to avoid browser pop-up blockers by loading the URL in a hidden window and retrieve some data from it. Additionally, I want the child window(s) to automatically close when the parent window is closed. Any assistance on how to achieve this would be greatly appreciated.