Skip to content

Instantly share code, notes, and snippets.

@martinlau
Created August 14, 2012 11:38
Show Gist options
  • Save martinlau/3348535 to your computer and use it in GitHub Desktop.
Save martinlau/3348535 to your computer and use it in GitHub Desktop.
HTML Form illustrating a GET method with query string parameters
<form action="http://www.example.com/search?query=blah" method="get">
<input type="hidden" name="search" value="blech" />
<input type="submit" />
</form>
@ezequielg87
Copy link

dsvsd

@HoneyBearCodes
Copy link

hkshgj33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment