The parameter resizable=no in window.open is invalid in Google browser. You can still adjust the window size, which is effective in IE.
I don’t know how to solve this problem.
w = window.open ('CreateProduct.aspx', 'New product', 'width=950,height:500,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no,status=no');
I want to pop up a child window in the parent window, then pass the value back to the parent window, and update the parent window
Compatibility issues. Some parameters are only valid for some browsers. Compatibility with all browsers is currently not possible