Grizz
10-21-2010, 12:10 AM
Hey folks. I'm hoping someone can help with what seems like some fairly simple coding.
I'd like to create an HTML document with a "universal search box" so that I can enter my search terms, then have them inserted into the search strings for various sites, which would open in new tabs.
Kinda like this:
Search terms: "Election+coverage"
New tab #1:
http://query.nytimes.com/search/sitesearch?query=election+coverage&srchst=cse
New tab #2:
http://www.youtube.com/results?search_query=election+coverage&aq=f
So basically, after I enter my terms into the search box and hit ENTER, I need the page to take what's in that search box, insert it into several pre-defined URLs, then open each URL in a new tab.
I can't call myself a programmer by any means, though I do know some basic HTML. Is this something that would take a lot of effort to do? If not, any ideas about how to accomplish this would be much appreciated!
I'd like to create an HTML document with a "universal search box" so that I can enter my search terms, then have them inserted into the search strings for various sites, which would open in new tabs.
Kinda like this:
Search terms: "Election+coverage"
New tab #1:
http://query.nytimes.com/search/sitesearch?query=election+coverage&srchst=cse
New tab #2:
http://www.youtube.com/results?search_query=election+coverage&aq=f
So basically, after I enter my terms into the search box and hit ENTER, I need the page to take what's in that search box, insert it into several pre-defined URLs, then open each URL in a new tab.
I can't call myself a programmer by any means, though I do know some basic HTML. Is this something that would take a lot of effort to do? If not, any ideas about how to accomplish this would be much appreciated!