Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Is there a way to add a custom search bar that will get results from another site and load into Windows SharePoint Server 3.0 (WSS 3.0)? Example: So I want a search bar that will load results from another site. Lets say I want to search for a solution using the search bar from this site. I would want the search bar on WSS to load results from this site into my WSS. Would this be possible? I am a novice and have tried a few things and no luck. Any help would be appreciated.

The code below issimilar to what I am trying to get inserted into the site.
XML
<form 
action="http://www.google.com/search.spr" 
method="get">
  <input type="text" name="questionValue" value="" size=30>
  <input type=submit value=ask>
</form>


[Edit]Code block added[/Edit]
Posted
Updated 11-Feb-13 6:49am
v3

1 solution

This might help check out this link: http://sharepointdata.blogspot.com/2009/03/google-search-webpart-in-sharepoint.html
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900