I want to open a new tab for bank payment on my website using javascript, and without the main navigation window,
when a user returns from a bank payment to a return URL, I want to determine the response of the return URL from another window (if possible) or simply notify the main window that the transaction has been completed, and it should check the database for updates.
I have seen this behavior on several sites, such as popup->login->popup closes->main window reloads with a loaded session. The problem is that I donβt know how this method is called, so I donβt know what keyword I am looking for.
I only need the name of this method or how to do it (as a specific keyword in javascript or something else)
Thanks in advance
Mohammad AbuShady
source share