Google Search

G

Guest

I am trying to add the google search facility to our sharepoint site,

i am entering the code (copied from google) into an editable region,
everything appears fine but it doesnt search, when i enter search text and
press go the page seems to refresh and clears the search text.

can anyone help please

Thanks
 
A

Andrew Murray

Can you post the exact code you copied from Google?
or post the page with the search form (or both?).
 
G

Guest

Here is the code from google :

<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.co.uk/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.co.uk/">
<IMG SRC="http://www.google.co.uk/logos/Logo_40wht.gif"
border="0" ALT="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=25 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->

i paste this into my code, everything appears fine until i try and search,
page just appears to refresh ?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top