How do I do a POST back on a element event such as <select ... onchange....>
So I basically want to POST back to the page so I get the result from the select without the user clicking a SUBMIT button as I need to populate another SELECT element based on the selected item of previous SELECT element