如何在单击按钮时打开多个弹出窗口
问题描述:
嗨 我在页面上有一个按钮,单击按钮后,我想通过JavaScript打开多个弹出窗口. 请帮助. 预先感谢.
Hi I have a button on page, on click of button, i want to open multiple pop-up windows through javascript. Plz help. Thanks in advance.
答
单击按钮时,调用一个JavaScript函数,该函数具有打开几个弹出窗口的代码.
When your button is clicked, call a JavaScript function that has the code to open several pop-up windows.
我尝试这样做,但是打开第一个窗口后响应没有回来.因此它将打开一个窗口并仅停留在该窗口.
I have tried doing it but the response does not come back after opening first window. So it opens one window and stays there only.
这对我有用: