Home > Web Front-end > JS Tutorial > body text

The name problem of using window.open() to open multiple windows in js_javascript skills

WBOY
Release: 2016-05-16 16:55:36
Original
1444 people have browsed it

When you want to use window.open() to open multiple sub-windows, after ie7, you have to use different names, so that you can open multiple different windows. If the names are the same, you can only open the first one. child window. Colleagues, if the child window and the parent window exchange data or call each other's methods, if the names are the same, many unpredictable errors will occur, so many problems must be considered whether they are caused by this reason.

Related labels:
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