Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<a href="http://www.microsoft.com" target="_blank" onclick="window.open('http://www.google.com'); window.open('http://www.yahoo.com');">Click Here</a>
これで、リンクをクリックすると、ポップアップが開きます。しかし、新しいタブで両方を開きたいです。問題を解決するのを手伝ってください。
この方法を試すことができます:
回答は 、単一のアンカー タグを使用して複数のリンクを開くにはどうすればよいですか にもあります。