guys, sorry for beying so silent over the past weeks, been flooded with other things that I didn't have time to look over that suggestion properly, but I will be looking voer ti soon and will provide feedback about weather I could or couldn't fix the problem
Now this works preatty well as it is... but it needs enhancing.
First of all, the option selected in the first list dosen't stay selected when the form reloads. I am transmitting the value and it's there when the form reloads via the get methode... but I haven't the slightest clue how to force the select object to target it after it has been repopulated. Any ideas?
Secondly. this example has the form only containing the dropdown lists. but I intend to use it in a form that will contain checkboxes too. well I don't want to loose the selected checkboxes when the form reloads... so is there a way in wich to put one form inside another?
Like:
code for dropdown lists and dropdown lists set with the onchange reload option
code for checkboxes and submit button
Or do I have to go and get all the values of any selected checkbox and send it through the link back to the beginning of the form and then re-select them?
and if so, the same question from the dropdown lists applies here... how do you force these objects to have a particular option set based on what data is beying transmited?
I would apreciate any feedback on this.
( Oh yes, and as a sidenote, it was pointed to me that the "joomla" is a stable and efficient designing enviroment for web based aplications. would it be advisable to use such an enviroment over notepad coding and development? )