|
| |
GetQuery() Function
Retrieves a search parameter from a given URL. Syntax:
Parameters:
id - ID of a control to receive the query string extracted from the specified URL url - URL to extract search string from
Remarks:
- Typically this function is used to extract search queries entered directly on search pages for use in toolbar controls.
- GetQuery() identifies search strings using a database of common parameter names such as &keyword=, &q= etc. in combination with popular search engine domains.
- The accuracy of this functions is limited by the database.
Compatibility
Requires ToolbarBrowser v2.4.6 and above
|