Skip to content

Instantly share code, notes, and snippets.

@jonmarkgo
Created August 7, 2012 20:47
Show Gist options
  • Save jonmarkgo/3289154 to your computer and use it in GitHub Desktop.
Save jonmarkgo/3289154 to your computer and use it in GitHub Desktop.
outleterb
<h1><%= msg %></h1>
<form action="/control/" method="POST">
<select name="Body">
<option value="on">Turn On</option>
<option value="off">Turn Off</option>
</select>
<br /><input type="submit" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment