How to simulate target=“_blank” in JavaScript

前端 未结 7 1716
旧巷少年郎
旧巷少年郎 2020-12-02 08:05

When a user clicks on a link, I need to update a field in a database and then open the requested link in a new window. The update is no problem, but I don\'t know how to op

7条回答
  •  情歌与酒
    2020-12-02 08:30

    
    

    The second parameter is optional and is the name of the target window.

提交回复
热议问题