Display filter results in the same page, without a button

To display the content as a result of a selection from a combobox, but without using a Submit button, the following code can be used. As can be seen, the action completion is due to the onchange event.

Of course, if you still want an action button, then onchange="this.form.submit()" will be deleted from SELECT and a SUBMIT button will be inserted ( <input type="submit" value="Afişează"> ).

Author: Ovidiu.S

I am quite passionate about this professional area as if I know something - no matter how little - I want to share it with others.

Leave a Reply