I want to populate a text box from a value pulled from the db. I can print the value fine without it being the text box value so I know I am getting the info. How can I populate the value part of the text box with this info from the db.
print"<td width=264> <input type=text name=subject value=Re: $Row[fldtitle]></td>";
That is the cade.
Thanks,
Stan