window opener close issue for javascript

后端 未结 2 1762
庸人自扰
庸人自扰 2020-12-12 03:13

I have a problem with browsers window managament with javascript. I have two page in my proof of concept application. First page contains login information (username, passwo

2条回答
  •  情歌与酒
    2020-12-12 03:41

    You cannot do it according the security assurance of browser, there are some action which doesn't allow to be managed directly via javascript without user interference.

提交回复
热议问题