I'm trying to code 'onchange' event in a list box so that information changes when a different item in the list box is selected.
I wonder how should I associate PHP with the <script> tag?
I tried something like this, but it doesn't work...
<script LANGUAGE="PHPScript">
function IDChangeReload()
{
Controller.ReloadID();
}
</script>