View Single Post
  #5 (permalink)  
Old Sep 29th, 2004, 01:43
Monie Monie is offline
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
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>