will have its effect without pressing submit button.
(poor user...). The solution is to have it submit automatically.
<select name='myfield' onchange='this.form.submit()'> <option .... > ... </select> </form>
Simply onchange='this.form.submit()'
12374 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
<select name='myfield' onchange='this.form.submit()'> <option .... > ... </select> </form>
You need to create an account or log in to post comments to this site.