Hello, I open a pop-up window with some content,
window.open(); I press the confirmation of some data, a redirect occurs and the GET data is returned in the URL string
The question is whether it is possible in some way to pull out the GET data of the modified URL of this very child window, for example, when closing this window itself, that is
window.close(); or in some other way, is it even possible to do something like that?