Say I have a Javascript variable containing a couple of search terms separated by spaces, is it possible to start a Google Search window or tab using these terms (after a us
Sure just pass a link with google search parameters to a new window / div / ajax div / iframe However you cannot just open a new tab / window, this is not allowed and not recommended. You need to add a button that will open it..
Guide to Google Search Parameters:
1)http://www.seomoz.org/ugc/the-ultimate-guide-to-the-google-search-parameters
2)http://www.blueglass.com/blog/google-search-url-parameters-query-string-anatomy/