I am working with a Search Box that I want to only search a specific site. To get it to do that I need to add the following to the front of each search query site:www,mysite,com
(I used commas just to keep it from showing here as an UL)
This is just like what people would do from one of the major search engines IF they new that adding site:www,mysite,com to their query would limit the results to only that site's results
Here is a sample of the current code:
<form class="navbar-search" method="get" action="http://www.searchengine.com/search" >
<input type="text" name="query">
</form>
Basically I just want to automatically always add or apend this text site:www,mysite,com to "query" when it is submitted. Is this possible? How???




Reply With Quote





Bookmarks