Want to display solid-color squares, then when the user clicks on one, the square and the surrounding squares change color.
I’ve tried using
and ChangeColor would do something like:
document.$Parm.setcolor(Red)
but nothing ever changed color.
Can this be done in JavaScript? How?