Orbiter Search

willy88

Tinkerer
Addon Developer
GFX Staff
Joined
Nov 19, 2007
Messages
856
Reaction score
3
Points
18
Location
The Cosmos
Mods: move this if it's in the wrong forum.

I've made an Orbiter search thingy with Google Custom Search:

http://www.google.com/coop/cse?cx=008543688668544673399:utzd7bngu0g

Anyone can suggest other Orbiter sites for me to put on it.

Tex (and others): here's the code if you want to implant it into Orbiter-Forum (or your own site):

HTML:
<form action="http://www.google.com/cse" id="cse-search-box">
  <div>
    <input type="hidden" name="cx" value="008543688668544673399:utzd7bngu0g" />
    <input type="hidden" name="ie" value="UTF-8" />
    <input type="text" name="q" size="31" />
    <input type="submit" name="sa" value="Search" />
  </div>
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
 
Last edited:
Back
Top