Ok, let me try them out first...
in the mean time i have another doubt!
i have a disable text field in my form...
i have used this code on a text link to enable field..
[code]
[b]
TEXT LINK
When i click the TEXT LINK, the value of textbox which ID is "status" will be set to "APPROVED"
and
at the same time it will enable the textbox which ID is "reason"?
- Code: Select all
<input id="status" type="text" name="bnBookingStatus" size="35" value="<%=from recordset%>" readonly>
<input id="reason" type="text" name="bnReason" size="35" value="" readonly>