Good day all,
I have a login form and when the user logs in they are faced with a ticket system for addinng new jobs. SO I have a Job_ID in a text field which increments each time a new one is added but how do I make this read only so it cannot be changed?
I have the following
<input name="job_number" type="int" id="job_number" value="<%=(Recordset2.Fields.Item("ID").Value)%>" />
Thanks all
James
I have a login form and when the user logs in they are faced with a ticket system for addinng new jobs. SO I have a Job_ID in a text field which increments each time a new one is added but how do I make this read only so it cannot be changed?
I have the following
<input name="job_number" type="int" id="job_number" value="<%=(Recordset2.Fields.Item("ID").Value)%>" />
Thanks all
James