A simple question, I have a window that was opened with this code
window.open(URL, windowName, 'resizable=no');
I know that I can control the size and position programmatically after loading, but how can I do this just reziable again ? is there any way to override it?
(NOTE: I do not have access to change the opening code, but I have full access to the code of the child window)
source share