Javascript, ASP or DB problem ???????????

A

Amateur

Dear Sirs

There are coming dozens of Questionmarks out of my head.
Here is the problem:

I have an ASP in-put page where I would like that, if a record got changed,
the text color switches from black to red.

This is the code for one record:


Code:
<tr>
<td align="left" valign="top" class="formpagetablelabel" width="116"> Calle
y Numero</td>
<td width="149"><input class="formpagetablefield" name="streetandnumber"
size="27" Value="<%=trim(Session("streetandnumber"))%>" style="float:
right"></td>
</tr>

Than I did read on the net that if I store the information in a DB (that's
what I'm doing), I need simply to create a flag that tells me if a record has
been modifed. If that flag is yes, then show red, if it is no, show black...

BUT - it didn't say how to do that. Can someone help on a step-to-step basis?


Thanks
Klaus
 
Top