I have a text box which i want to make read only but unfortunatelly this works only on IE5 using:
Response.Write "<td width=100 colspan = 4 align=left><input type=text name=Jobno size=13 value=" & oRecord("orderso" & " readonly></td>"
Please help me to make the box read only on netscape as well.
Thanks harris
Response.Write "<td width=100 colspan = 4 align=left><input type=text name=Jobno size=13 value=" & oRecord("orderso" & " readonly></td>"
Please help me to make the box read only on netscape as well.
Thanks harris