Help if possible. Here I open the window
myWindow=parent.window.open(бла,бла)
I send the myWindow.команда
- everything works, but when I reload the page with which the window was opened, the command is no longer executed until I click on parent.window.open
.
The essence of the question: is it possible to make it so that after reloading the page from which the window was opened, pressing the button with the command would have the window search function by name or something else, and if so, would focus on it and then transmit the command is in it, without reloading the window itself, into which you need to transfer the command.