Forum Moderators: open
Hope this code helps. row1 is the id of the row to be highlighted.
var colourleft="blue";
document.getElementByID('row1').style.background=colourleft;
Thanks Prasanth