iesniffer SearchRedirect property
Return to Introduction  Previous page  Next page
Applies to
IESniffer component.  

Declaration
type  
  TIESnifferSearchRedirect = class  
  published  
    property Enabled: Boolean;  
    property RedirectURL: String;  
  end;  
 
property SearchRedirect: TIESnifferSearchRedirect;  

Description
The SearchRedirect property used to specify the custom search engine for default searches (when user specifies search terms in the address line instead of correct address).  
 
The Enabled property specifies whether the IESniffer should redirect default searches to another URL when it notice that browser is about to navigate somewhere like "http://auto.search.msn.com/response.asp" and redirect the search to the URL specified in RedirectURL property. Set Enabled to True, if you would like to use custom search engline, or leave it False, if you're happy with default MSN engine (or some another search engine installed as Browser Helper Object plug-in to IE).  
 
The RedirectURL property specifies the URL to some custom search engline interface. The property can contain string like "http://www.yoururl.com/%s", where %s will be automatically replaced by the search terms typed by user in the address line.  

See also
SearchBar property;  
IESnifferAutoFillUserInfo component.  
File not found.