kingesk
02-15-2002, 01:28 PM
Is there a way to make a text box disabled where the user can not change the value in the text box?
Response.write "<td> Completed Date: <Input Type='Text' Name=txtMarkDate Value='" & date & "' size='25' /> </td>"
Response.write "<td> Completed Date: <Input Type='Text' Name=txtMarkDate Value='" & date & "' size='25' /> </td>"