How can I have text onclick change 2 styles?

I would like to have a text link do 2 things:

  1. Change #box1.style1 to class=“style2” (from style1)
  2. Change #box2.style2 to class=“style1” (from style2)
    So the text link would not change its own style, but change the class of 2 different divs

Your help is very much appreciated. Thank you! :slight_smile:

http://www.webdeveloper.com/forum/showthread.php?t=228996