Hi,
I will try to explain more clearly my problem:
From the following link, I took the example to successfully open a new window, where a user asked for your help, and with your solution, proposed in that case, there is no need to wait 10 seconds before re-opening the new window.:
>>LINK<<This code works very well with many sites and the window opens regularly when the event newwindow is called from any site ..
But when I try to open my own site, that only on occasion brings up a dialog box, this dialog box is opened through the same event newwindow. In this specific case, when I choose the "ok" or "cancel", the command is sent, but the popupForm remains open with the white background.
I would like to continue to use the code I listed in the first message, however, manage the dialog box so that after my choice, this is closed as happens regularly opening the dialog box with a normal browser.
The problem is only with dialog box and not with the new open windows containing new pages.
How can I change the code to make it work in both cases?
I hope to be able to explain.
Thanks you