Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Is it possible to receive a request in an event onBeforePopup?

Post Reply
igor666
Posts: 68
Joined: Fri Feb 08, 2019 1:25 pm

Is it possible to receive a request in an event onBeforePopup?

Post by igor666 »

Good day. I need to intercept it and direct it to the current window when opening a link in a new window. But at the same time, all the headers, parameters and PostData must be preserved. Is it possible to achieve such a result? Thanks for the answer.
User avatar
salvadordf
Posts: 4572
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Is it possible to receive a request in an event onBeforePopup?

Post by salvadordf »

I've never tried to open a URL that should use a new window in the current window but I wouldn't be surprised if it's not possible.
igor666
Posts: 68
Joined: Fri Feb 08, 2019 1:25 pm

Re: Is it possible to receive a request in an event onBeforePopup?

Post by igor666 »

Thanks for the answer.
Post Reply