Java script problem

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
 
S

Stefan B Rusynko

See http://answers.google.com/answers/threadview/id/413180.html

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|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
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top