Keeping javascript set attributes on postback (asp.net)

windows

Guest
Hi...

I have couple of linkbuttons which do not post back but only have a javascript which changes their background style attribute on each click on them. Now I have a button which suppost to take their (the linkbuttons') background color and use it on it's (the button's) postback. Though the problem is that because the linkbuttons do not post back they don't keep their color after the Button is posting back (being clicked), how can I change that? I mean I want that after I click the Button it'll still keep the colors on the linkbuttons which i've setted (using javascript without postbacks).

Please help me solving that,
Thanks a lot,
Sagi.
 
Back
Top