|
|
|
|
|
by ripley12
2361 days ago
|
|
Outsourcing it to a search engine is pretty easy. I do something like the following for DuckDuckGo: <form id="search" method="get" action="//duckduckgo.com/">
<input type="text" name="q"/>
<input type="hidden" name="sites" value="mywebsite.com">
</form>
|
|