Skip to content

Instantly share code, notes, and snippets.

@ChrisRicca
Created February 12, 2010 15:50
Show Gist options
  • Select an option

  • Save ChrisRicca/302670 to your computer and use it in GitHub Desktop.

Select an option

Save ChrisRicca/302670 to your computer and use it in GitHub Desktop.

Revisions

  1. ChrisRicca created this gist Feb 12, 2010.
    7 changes: 7 additions & 0 deletions Site Search Form
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    <form action="http://www.google.com/search" method="get">
    <div>
    <label for="q">Search</label>
    <input type="text" name="q" value="" id="q">
    <input type="hidden" value="yourdomain.com" name="sitesearch">
    </div>
    </form>