S sarvin New member Jul 30, 2009 #1 hello I couldn't find any solution I want to change three different div tag content in one onclick operation. for example div1 = A+ B div2 = A+B+c and Div3= A+B+C/2 but all of them should change in the same time by clicking check button.
hello I couldn't find any solution I want to change three different div tag content in one onclick operation. for example div1 = A+ B div2 = A+B+c and Div3= A+B+C/2 but all of them should change in the same time by clicking check button.
W Wayne New member Jul 30, 2009 #2 make a function that changes the content of div1 div2 and div3 and then call that function.