HTML search link using default search engine
P粉930534280
P粉930534280 2023-08-15 21:01:10
0
1
477
<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>
P粉930534280
P粉930534280

reply all(1)
P粉585541766

No.

The browser will not expose the following content:

  • The identity of the default search engine selected by the user
  • The ability to pass search terms to that search engine

… Via any API accessible to the website the user is visiting.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template