I have a DIV that contains a sentence, call it Text_A. When a button is clicked, I would like to have Text_A replaced by Text_B.
Text_A = The sky is blue.
Text_B = The grass is green.
How would I do this with javascript?
A non-programmer thanks you immensely.
Mike