how to highlight a row?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
plusnplus
Forum Newbie
Posts: 20
Joined: Wed Jun 02, 2010 9:58 pm

how to highlight a row?

Post by plusnplus »

Hi..,
i have very long data/record/ row in the table.
i want when user click a record/data , the row of this record/ data, get highlighted.
because, when user click a record/data, it will pop-up another windows.
so when user close the pop up, they know, which data they just click.

thank for any info/ help
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: how to highlight a row?

Post by josh »

Google for 'how to toggle a css class with javascript'?
Post Reply