penguinspeaks
Technical User
I have a form that uses a dynamic name based on a value.
the value is based on the id of the record. if I use
how can I write the 1 in form 1 to the variable?
or something like that?
the value is based on the id of the record. if I use
Code:
onChange="document.form1.submit()"
Code:
onChange="document.form++id++.submit()"
or something like that?