I have a list that gets filled from a query, the user selects an item in the list and then clicks the submit button. Is there any method similar to a list click to avoid an additional submit button? Thanks
yes. but php does not control client side activity. this is the realm of the browser (activex, (x)html, css and javascript (etc)). go visit our pals in the javascript forum or do some research on the onblur() and onclick() methods of a select box.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.