Skip to content

Instantly share code, notes, and snippets.

@jedsundwall
Created March 9, 2011 19:48
Show Gist options
  • Save jedsundwall/862849 to your computer and use it in GitHub Desktop.
Save jedsundwall/862849 to your computer and use it in GitHub Desktop.
Trying to make a custom search box for flashlight.opensandiego.org
<form method="get" action="http://www.delicious.com/search">
<input type="hidden" name="context" value="userposts|opensandiegodata" />
<label for="query-field">Enter Search Term(s): </label>
<input type="text" name="query" id="query-field"/>
<input type="submit" value="Search" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment