I add a new button to the toolbar with execute javascript code option to open a new window ( window.open(‘TestNewWindow.php’, ‘title’, ‘width=800,height=700’); )
When I click on the button for the first time the new window open without any problem, but after closeing it and try to click the button again it is not working anymore.
I have to click on an other button first then it works againg for that time.
Is there a way to make open window with the button work without the click to an other button first?
When I click on the button for the first time the new window open without any problem, but after closeing it and try to click the button again it is not working anymore.
I have to click on an other button first then it works againg for that time.
Is there a way to make open window with the button work without the click to an other button first?
Last edited: