Helmut2509
Member
in a template I have a selectbox which shall be dynamically populated when another selectbox changes its value.
so I defined an 'onChange' event in the selectbox tag:
onChange="javascript:toggleChannel(this.value);"
unfortuately, this does not appear in the sourcecode. Did I make a mistake or is this intentionally suppressed?
so I defined an 'onChange' event in the selectbox tag:
onChange="javascript:toggleChannel(this.value);"
unfortuately, this does not appear in the sourcecode. Did I make a mistake or is this intentionally suppressed?