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

WBOY
Release: 2016-06-24 12:06:53
Original
3365 people have browsed it

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

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!