Sorry, this site is mainly just for people who can understand Japanese Language.


Custom Search for site-hhs


How to add Google Custom Search to your website?
- Get google account if you don't have yet
- Go to https://cse.google.com/cse/all
- Add your website
- Most simple way:
- Go to `Edit search engine', and click `Get code' button placed at `Details'.
- Copy code and paste it to your website html.
- Alternative way (slightly flexible but simple too):
- Go to `Edit search engine', and click `Search engine ID' button placed at `Details'.
- Write your own search form with your ID like this:
<div id="search-box"> <form action="http://www.google.com/cse" id="cse-search-box" target="_blank"> <div> <input type="hidden" name="cx" value="YOUR-OWN-SEARCH-ENGINE-ID" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" /> <input type="submit" name="sa" value="Search" /> </div> </form> </div> <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>