HTML search link using default search engine
P粉930534280
2023-08-15 21:01:10
<p>I want to create a search link on my page. </p>
<p>I can easily create a link using Google: </p>
<p><code>A <a href="https://www.google.com/search?q=password manager" target="_blank">password manager</a> makes it easy to . ..</code></p>
<p>Is it possible to create a link that uses the browser's default search engine? </p>
No.
The browser will not expose the following content:
… Via any API accessible to the website the user is visiting.