Couple times I tried to get my IE Search box customized with my own search providers. I read the AddSearchProvider Method from MSDN website and than created couple of my favorite website to have them in my search box available.
One of my XML files I created for Networknet.nl Search Provider. Create your own xml file and store it on your webserver; create new button to add the Search Provider you specified in the XML file e.g. .
<?xml version=”1.0″ encoding=”UTF-8″ ?>
<OpenSearchDescription xmlns=”http://a9.com/-/spec/opensearch/1.1/”>
<ShortName>Networknet.nl</ShortName>
<Description>Networknet.nl Blog Search</Description>
<Url type=”text/html” template=”https://www.networknet.nl/apps/wp/?s={searchTerms}&rls=com.microsoft:{language}&ie={inputEncoding}&oe={outputEncoding}&startIndex={startIndex?}&startPage={startPage}” />
</OpenSearchDescription>
<INPUT TYPE=”button” VALUE=”Del.Icio.Us by word” onClick=’window.external.AddSearchProvider(“http://www.networknet.nl/apps/content/searchproviders/del-icio-us.xml”);’>
Basically try to find the search string for the website your are trying to query and add the {searchTerms} in the XML file.
Search Provider | Click to add to your IE configuration |
The result. In IE CRTL-E and type the word you are looking for and change the search provider.
Leave a comment