Hi,
Am developing a web page which is supposed to display database contents based on search made using customer ID.
The results of the search is displayed in an HTML table.This is working fine.
I would like to use JavaScript on this page to dynamically change the colour of the numerical values in the table to
show if they are above or below the target value entered by the user in a text box on the page. Those
...