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!

Input read only value

Status
Not open for further replies.

florida41

Technical User
May 13, 2004
95
US
How do you make an input field not edit or read only in Netscape 4.77 where it shows a value that I want to pass in a form.

It works in IE but not Netscape 4.77
<input type="text" name="myvalue">
 
<input type="text" name="myvalue" readonly>

There's always a better way. The fun is trying to find it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top