View Single Post
ikarcuaso ikarcuaso is offline
User
 
ikarcuaso's Avatar
 
Join Date: Feb 2006
Location: Oakland
Posts: 940
if (HighlightedRow)
{
for (i=1;i<20;i++)
{
test = eval("parent.frames.main.document.getElementById('ROW" + HighlightedRow + "_" + i + "')");
if (test)
{
eval("parent.frames.main.document.getElementById('ROW" + HighlightedRow + "_" + i + "').style.backgroundColor='#F0F0F0';");
eval("parent.frames.main.document.getElementById('PRICE_ ROW" + HighlightedRow + "_" + i + "').style.backgroundColor='#F4EFD2';");
}
}
}

HighlightedRow = HotSpot;
for (i=1;i<20;i++)
{
test = eval("parent.frames.main.document.getElementById('ROW" + HotSpot + "_" + i + "')");
if (test)
{
eval("parent.frames.main.document.getElementById('ROW" + HotSpot + "_" + i + "').style.backgroundColor='#BDFFCE';");
eval("parent.frames.main.document.getElementById('PRICE_ ROW" + HotSpot + "_" + i + "').style.backgroundColor='#BDFFCE';");
}
}
__________________
82 Targa

Last edited by ikarcuaso; 03-25-2007 at 09:14 PM..
Old 03-25-2007, 09:05 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #6 (permalink)