I'd like to use an html form for users to type in their search terms and then update iframes on a page with the src attribute being the search page of multiple sites, namely Google Desktop, Salesforce and our development wiki. The issue I'm having is with Google Desktop. It appears they attach a hash on the end of your search request that prohibits me from just using:
http://127.0.0.1:4664/search?q=whatever&flags=68&num=10&s=pxCw38_-Hd7wCIZtD7-wbl6aaJY
If i could just send the search term, my job would be done.
Any clue on generating this hash via javascript?
Or possibly another route to integrate Google Desktop with other searches?