I was wondering if there is currently (or will be in the future) a way to add the search box from the address bar in IE7 to the PWB.
Thanks!
Tom
Search Box
Moderators: Tyler, Scott, PWB v2 Moderator
In PWB v2.10.7 there is a hidden feature that adds a search box. In PWB v2.10.7 add the following to the INI file.
[Browser]
ShowSearchBar=True
SearchBarText=Search:
SearchBarPage=http://www.google.com/search?hl=en&q=%SEARCH%&aq=f&oq=
The search bar page uses the given URL and changes the keyword SEARCH for the search item.
--Scott
[Browser]
ShowSearchBar=True
SearchBarText=Search:
SearchBarPage=http://www.google.com/search?hl=en&q=%SEARCH%&aq=f&oq=
The search bar page uses the given URL and changes the keyword SEARCH for the search item.
--Scott