anarchist
08-26-2003, 07:09 AM
I have a simple question to ask if I have 3 inputs lets call them input1 - 3 and input1 and input2 both have onchange events set
so that when the user enters a value into input1, input2 and input3 are changes
and if the user enters a value into input2 then input1 and input3 are changed
my question is would the script thats trigged from input1's onchange event trigger the onchange even of input2 by changing its value?
so that when the user enters a value into input1, input2 and input3 are changes
and if the user enters a value into input2 then input1 and input3 are changed
my question is would the script thats trigged from input1's onchange event trigger the onchange even of input2 by changing its value?