ต้องการ disable / enable text field ตาม group ของuser ในกรณีที่ group ไม่เท่ากับ ""
ให้ text field เป็น readonly ถ้า group เท่ากับ "" ให้ text field ไม่เป็น readonly
ไม่ทราบว่าจะเขียนคำสั่งอย่างไร รบกวนท่านผู้รู้ช่วยหน่อยนะครับ ขอบคุณครับ
code ที่เขียนไว้
</tr>
<tr>
<td bgcolor="#993300" class="style9">Category P5</td>
<td bgcolor="#F5F5F5"><span class="aspmaker style5">=<input type="hidden" name="z_MDPRP5" value="=,','"></span></td>
<td bgcolor="#F5F5F5"> <p>
<input name="x_MDPRP5" type="text" id="x_MDPRP5" value="<%= Server.HTMLEncode(x_group&"") %>" size="30" readonly="true" >
<span class="style11">
<%if x_group ="E " then
response.Write("HouseHold")
end if %>
<%if x_group ="A " then
response.Write("Whisky-Wine,etc.")
end if %>
<%if x_group ="A0 " then
response.Write("Cigar-Film")
end if %>
<%if x_group ="B " then
response.Write("Food")
end if %>
<%if x_group ="C " then
response.Write("NonFood")
end if %>
<%if x_group ="D " then
response.Write("Dairy Products")
end if %>