Researching I found that window.location.assign allows me to load a website / application and I can send parameters to it. But my question is whether a value can be received that returns that site or application to that invocation?
What I have found only tells me about the parameters, but not about how to receive information returned by the invocation.