JavaScript open in a new window, not tab

前端 未结 15 1282
余生分开走
余生分开走 2020-11-21 22:18

I have a select box that calls window.open(url) when an item is selected. Firefox will open the page in a new tab by default. However, I would like the page t

15条回答
  •  鱼传尺愫
    2020-11-21 22:49

    I may be wrong, but from what I understand, this is controlled by the user's browser preferences, and I do not believe that this can be overridden.

提交回复
热议问题