keyongtech


  keyongtech > sharepoint.* > sharepoint.portalserver > 03/2006

 #1  
03-16-06, 04:16 PM
Hoja, Michael
Hi,

Does anyone know how I can set my site in SPS 2003 to have "Google" in the Search drop down? I'd also need it to work with the search engine.

Many thanks,

Michael
 #2  
03-16-06, 11:23 PM
Shane Young [SPS MVP]
Something like this from Todd Bleeker? http://mindsharpblogs.com/todd/archi...08/04/647.aspx
 #3  
03-17-06, 01:55 AM
brian.bolton
I did this at work some time ago, can't remember exact js off top of
head. I hope you get the idea.

use the Content Editor Web Part, put in this code:

<script>
function gogoogle()
{
var query = document.GetElementByID("field1").value;
window.location = "http://www.google.com/search?hl=en&q=" + query;
}
</script>
search goog: <input type="text" id="field1" /><input type="button"
OnClick="gogoogle()" />


--------------------

or maybe - just use a page viewer web part and point it at google.com
 #4  
03-20-06, 08:09 PM
Hoja, Michael
Thanks guys - I'll try that and let you know how I get on.

Michael

<brian.bolton> wrote in message news:3620
[..]
Similar Threads
Google search pages "Check Mark" shows as an "x"

I have recently had my computer in for repair. Now when I go to a Google search page I no longer get the check mark picture next to the topic. I get an "X" inside a box. ...

" Open search results in a new browser window. " on Google

when searching for something on Google and clicking on one of the search result the selected site is being opened on the same window. After selecting the Google " Open...

Google search links "hijacked" to other sites when clicked, huh ?

All of a sudden, when I click on the displayed links after a Google search, the links are not followed, but rather other sites, such as various commercial and porn, are...

Generate MySQL "WHERE" clause from a Google-like search string.

Is there a way to generate a MySQL WHERE clause from a search string like this: "(dave OR hansen) php programmer" I would want to use the generated MySQL clause against a...

"Something" processing when I "Open in new Window" or do Google search...

Hey all! I have a very odd issue with the IE6 installed on my Windows XP Pro computer... If I SHIFT-CLICK a link to open it in a new window, the window appears, but the...


All times are GMT. The time now is 05:58 PM. | Privacy Policy