====== Automatic Submission of a Form if an Element is changed ====== To submit the form if an element changes, you can use onChange="this.form.submit()" ===== Example =====
{{tag>javascript html}}