Inserisci una cosa tipo questa:
dento <head> metti:
codice:
<script language="JavaScript">
<!--
function gSearch() {
var testo = document.getElementById("campoRicerca")
window.location = "http://www.google.com/search?hl=it&ie=UTF-8&domains=WWW.TUO_DOMINIO.EXT&q=" + testo.value + "&btnG=Cerca&sitesearch=WWW.TUO_DOMINIO.EXT"
}
//-->
</script>
Nella pagina di ricerca questo:
codice:
<form id="googleSearch" action="javascript:gSearch();">
<div CLASS="txt_c"><input name="campoRicerca" id="campoRicerca" type="text" accesskey="r" title="[accesskey: r]" style="font-family: Verdana; font-size: 8 pt;" />
<INPUT type=submit name=btnG VALUE="Cerca" style="font-family: Verdana; font-size: 8 pt;">
</div>
</form>
Praticamente usi google per cercare sul tuo sito...