Frank Smith wrote:
> Ok, but I cannot seem to find any documentation on where.
> The code line looks like
>
> <input name="phone" size="50" value="<%=FP_FieldVal(fp_rs,"phone")%>"
> style="float: left"></font></td>
>
> Where does the "readonly" go?
>
> Kathleen Anderson [MVP - FrontPage] wrote:
>> Try adding "readonly" to the input tag.
Not an MVP, but I can answer that one
<input name="phone" size="50" value="<%=FP_FieldVal(fp_rs,"phone")%>"
style="float: left" readonly="readonly"></font></td>
or a shorthand is
<input name="phone" size="50" value="<%=FP_FieldVal(fp_rs,"phone")%>"
style="float: left" readonly></font></td>
--
Cheers,
Trevor L.
Website:
http://tandcl.homemail.com.au