I have a bunch of input buttons on a page (dynamically created by a asp:gridview). They all have the same id (id=btnName). When the button recieves focus I turn the font color red, then when the focus is lost it turns it back to aqua.
This is ok, except I really want the font to stay red until another "btnName" is clicked (not just loosing focus to anything on the page). Can someone help me out with a function that would do that?
Thanks in advance.
J
This is ok, except I really want the font to stay red until another "btnName" is clicked (not just loosing focus to anything on the page). Can someone help me out with a function that would do that?
Thanks in advance.
J