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="window.open("a.html")"/>
どんな助けでも大歓迎です。
次のように記述する必要があります。
<a href="javascript:window.open("a.html")"/>