K
Krunom Ancini
Hi,
I have on my page something about 50 buttons that "user" should use only for
loading some session-variables:
click on the button -> session variables loaded
and i wish that after click, clicked button changes his color and thats no
problem. I use:
Button43.Color=red; ... or something like this... and it works
But here is the problem:
if i after clicking on Button43, wish to click on Button12, my Button 12
also become red (and thats good), but Button43 stays red (and thats bad)!
and i wish that Button43 gets his old/unclicked color!
I want this:
I push one button and this button get his "clicked" color, and all other
buttons should get their "unclicked" color independent (!) on their previous
color/state (clicked or unclicked)...
Thanks in advance,
Krunom.
I have on my page something about 50 buttons that "user" should use only for
loading some session-variables:
click on the button -> session variables loaded
and i wish that after click, clicked button changes his color and thats no
problem. I use:
Button43.Color=red; ... or something like this... and it works
But here is the problem:
if i after clicking on Button43, wish to click on Button12, my Button 12
also become red (and thats good), but Button43 stays red (and thats bad)!
and i wish that Button43 gets his old/unclicked color!
I want this:
I push one button and this button get his "clicked" color, and all other
buttons should get their "unclicked" color independent (!) on their previous
color/state (clicked or unclicked)...
Thanks in advance,
Krunom.