Dave,
What do you mean by "don't use onChange" javascript event?
How would I load up the other fields then?
For example, let's supose the user selects field1.0.
The form must be refreshed and the fields must be automatically filled. "Every row respectively"
field2.0 field3.0 field4.0 field5.0
I agree their patterns are very much the same. I would rather to go with plain javascript. That way I get a cleaner mix with TCL, becasue I wouldn't be using any other libraries with xml and json data structures.
The hard part, that I am stuck at, is to load the fields into the html inputs. Mainly how to pass the data between javascript and TCL, and what structure to use.
I guess i have the knowledge about the pieces, however I still don't have a picture of "how" to accomplish the task.