开发者

Opening multiple windows in tabs using a single link?

开发者 https://www.devze.com 2023-02-18 15:17 出处:网络
I need to open multiple windows in tabs using javascript. I know that i can open a single link in tab using target=_blank but here I can\'t do this.

I need to open multiple windows in tabs using javascript. I know that i can open a single link in tab using target=_blank but here I can't do this.

What a开发者_运维问答re my alternatives?


In javascript, there's window.open, to spawn a popup.

Though it works with links most of the time, I'm pretty sure it is limited on at most one popup window, otherwise the user popup blocker probably disables them.


Yes. See window.open

0

精彩评论

暂无评论...
验证码 换一张
取 消