Hello I have a html select which has an onchange event. And whenever a user selects an option, data related to that option would be retreived from the database. But the select is set to its original or default option as a post would occur. How do I set the select to the user selected option??
I am using cakePHP for this, but I am pretty sure it is a PHP-Javascript thing.