Forum Moderators: coopster
So i tried a lot but failed.. cuz I cant send to javascript the updated values when the selected menu change..
Please help..
Thanks in advance
One is to pre-populate javascript arrays from PHP, that way when a select item is chosen javascript already has the values to use.
Another is to use some sort of dynamic interaction with javascript from server side code. Look up XMLHttpRequest and/or XUL to achieve something like this (can get pretty involved).