Is there a way to open a new browser window/tab in javascript and have it automatically search some text using the browser's default search engine? Similar to just typing text in the browsers address bar.
I've tried just window.open(search_text) and this results in both IE and chrome trying to navigate to the search_text.