JavaScript to Change Table Color

  • Thread starter Thread starter pvong
  • Start date Start date
P

pvong

Doing this in VS2008 and VB.Net.

I new at this and don't know how to program in Java. Can someone help me
write a simple little java code to change the backgroup color of my table?

Table ID = OrderTable
DropDownControl= SideDDL

I just want to make it so if the SideDDL Selected.Value ="BUY", the
OrderTable backgroup color is Green. If it's a "SELL", then OrderTable
background color is Red.

Thanks!
 
Thanks Mark! I didn't know the difference and now I do. I was only talking
about JavaScripts. I'll try your method.
 
Back
Top