summaryrefslogtreecommitdiff
path: root/Documentation/search-box.ihtml
blob: 961b6af1d0a0a804e157660507136cbded05b13d (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<form action="http://google.com/search"
      method="get"
      name="search"
      onSubmit="search.q.value='site:lilypond.org +v2.12 '
		+ search.brute_query.value"
      onMouseMove="search.q.value='site:lilypond.org +v2.12 '
		   + search.brute_query.value"
      onKeyUp="search.q.value='site:lilypond.org +v2.12 '
	       + search.brute_query.value">
  <input type="hidden" name="btnG" value="Google Search">
  <input type="text" name="brute_query" onfocus="this.value=''" value="Search">
  <input type="hidden" name="q" value="">
</form>