Hi, I'm new to JavaScript and I urgently need a way to force the submit event. What I need is that whenever the value in a dropdown list changes, the page sumits itself, just like if the user had clicked the submit button.
I already know how to capture the change event for the dropdown list, but...