A
Amateur
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.
Can someone tell me how to do that?
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>
Thanks
Klaus
the text color switches from black to red.
Can someone tell me how to do that?
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>
Thanks
Klaus