Home > Web Front-end > JS Tutorial > The name problem of using window.open() to open multiple windows in js_javascript skills

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-16 16:55:36
Original
1532 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:
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
Latest Issues
What is JavaScript garbage collection?
From 1970-01-01 08:00:00
0
0
0
What are JavaScript hook functions?
From 1970-01-01 08:00:00
0
0
0
c++ calls javascript
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template