mesin pencari anyail

Jumat, 24 Februari 2012
untuk membuat search engine silahkan klik disini
http://www.google.co.id/cse/
kode search engine anyail seperti dibawah ini:


<div id="cse" style="width: 100%;">Loading</div>
<script src="http://www.google.co.id/jsapi" type="text/javascript"></script>
<script type="text/javascript">
  google.load('search', '1', {language : 'id'});
  google.setOnLoadCallback(function() {
    var customSearchOptions = {};
    var imageSearchOptions = {};
    imageSearchOptions['layout'] = google.search.ImageSearch.LAYOUT_POPUP;
    customSearchOptions['enableImageSearch'] = true;
    customSearchOptions['imageSearchOptions'] = imageSearchOptions;  var customSearchControl = new google.search.CustomSearchControl(
      '003292550464165005392:fkuerxmntxg', customSearchOptions);
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    customSearchControl.draw('cse');
  }, true);
</script>
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />

hasilnya:
Loading




silahkan ketik kalimat yang berhubungan dengan yang anda cari
Label: ,