Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

text box read-only works only on IE5 but not Netsape

Status
Not open for further replies.

FlatHead

Programmer
Oct 13, 2000
50
GB
I have a text box which i want to make read only but unfortunatelly this works only on IE5 using:

Response.Write &quot;<td width=100 colspan = 4 align=left><input type=text name=Jobno size=13 value=&quot; &amp; oRecord(&quot;orderso&quot;) &amp; &quot; readonly></td>&quot;

Please help me to make the box read only on netscape as well.

Thanks harris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top