Home  >  Article  >  Web Front-end  >  The resizable=no parameter in the window.open method is invalid_html/css_WEB-ITnose

The resizable=no parameter in the window.open method is invalid_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:06:533366browse

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


Reply to the discussion (solution)

Compatibility issues. Some parameters are only valid for some browsers. Compatibility with all browsers is currently not possible

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn