Search
 
SCRIPT & CODE EXAMPLE
 

HTML

submit form on change

<form action="myservlet.do" method="POST">
    <select name="myselect" id="myselect" onchange="this.form.submit()">
        <option value="1">One</option>
        <option value="2">Two</option>
        <option value="3">Three</option>
        <option value="4">Four</option>
    </select>
</form>
Comment

PREVIOUS NEXT
Code Example
Html :: send email to link 
Html :: html page back button 
Html :: non breaking space html 
Html :: font awesome reload icon 
Html :: html code æøå 
Html :: adding image in html 
Html :: upload icon font awesome 
Html :: javascript generate pdf from div content jquery 
Html :: how to add a description to a table html 
Html :: alternative image in img tag 
Html :: html horizontal line style 
Html :: tailwind css textarea 
Html :: html preselected radio button 
Html :: no-gutter bootstrap 4 
Html :: gradient on top of image css 
Html :: how to add image caption in markdwon 
Html :: english alphabet 
Html :: ngfor index 
Html :: html input only letters 
Html :: html input only 4 digits 
Html :: bootsrap label 
Html :: linked image html 
Html :: elementor icon controls 
Html :: axonivy sub component 
Html :: listen on contenteditable 
Html :: select tag html 
Html :: html numeric keyboard 
Html :: how to stop button from affecting form submit in html 
Html :: form with no action 
Html :: html form validation for phone numbers 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =