Page 1 of 1

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

Posted: Tue Dec 03, 2019 1:08 pm
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.

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

Posted: Wed Dec 04, 2019 11:10 am
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.

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

Posted: Wed Dec 04, 2019 12:49 pm
by igor666
Thanks for the answer.