Created
March 9, 2011 19:48
-
-
Save jedsundwall/862849 to your computer and use it in GitHub Desktop.
Trying to make a custom search box for flashlight.opensandiego.org
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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