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.
Firefox でのみ開くことができ、他のブラウザでは開くことができない PHP でリンクを作成することはできますか?
<a href="http://www.google.com">Only with Firefox</a>;
Firefox でより適切に動作する Web サイトがいくつかあるためです。
可能であれば、リンクに何を追加する必要がありますか?
事前にTHX
Jquery でブラウザを検出し、タグを表示または非表示にすることができます。
使用する
$_SERVER['HTTP_USER_AGENT']
現在のブラウザを提供します。