PUT/Get fontcolor from database

Hi there

Ive Now got my adressbook to work, I put data from flash/asp
to my MS access database, vith dynamic text field like:

var:fname

PUT
strFirst = Request.Form(“fname”)
SQL = “UPDATE Contacts SET Name=’”&strFirst&"’,

GET
Response.write “Name=” & Server.URLEncode(rstContacts(“Name”)) & “&”


Any idea HOW can I change the fontcolor ?

Have a nice day :slight_smile: