👉 Boards of Canada’s Vibrations - a playlist by Moz and Fredd-E 🎧

artists mentioned by Boards of Canada in their interviews

 Actions

MediaWiki

Difference between revisions of "Googlesearch"

m (Created page with ' <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script type="text/javascript"> google.load('search', '1'); google.setOnLoadCallback(fu...')
 
m
 
Line 1: Line 1:
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
+
<form method="get" action="http://www.google.com/search" id="googlesearch">
<script type="text/javascript">
+
    <input type="hidden" name="domains" value="{{SERVER}}" />
  google.load('search', '1');
+
    <input type="hidden" name="num" value="50" />
  google.setOnLoadCallback(function(){
+
    <input type="hidden" name="ie" value="$2" />
var cse = new google.search.CustomSearchControl();
+
    <input type="hidden" name="oe" value="$2" />
cse.enableAds('pub-5612931705165171');
+
 
cse.draw('cse');
+
    <input type="text" name="q" size="31" maxlength="255" value="$1" />
  }, true);
+
    <input type="submit" name="btnG" value="$3" />
</script>
+
  <div>
 +
    <input type="radio" name="sitesearch" id="gwiki" value="{{SERVER}}" checked="checked" /><label for="gwiki">{{SITENAME}}</label>
 +
    <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>
 +
  </div>
 +
</form>

Latest revision as of 13:11, 4 June 2009

<form method="get" action="http://www.google.com/search" id="googlesearch">

   <input type="hidden" name="domains" value="https://bocpages.org" />
   <input type="hidden" name="num" value="50" />
   <input type="hidden" name="ie" value="$2" />
   <input type="hidden" name="oe" value="$2" />
   <input type="text" name="q" size="31" maxlength="255" value="$1" />
   <input type="submit" name="btnG" value="$3" />
   <input type="radio" name="sitesearch" id="gwiki" value="https://bocpages.org" checked="checked" /><label for="gwiki">bocpages - the unofficial Boards of Canada fan wiki</label>
   <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>

</form>