Jul 20, 2004 #1 florida41 Technical User Joined May 13, 2004 Messages 95 Location 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">
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">
Jul 20, 2004 #2 tviman Programmer Joined Jul 25, 2002 Messages 2,123 Location US <input type="text" name="myvalue" readonly> There's always a better way. The fun is trying to find it! Upvote 0 Downvote
<input type="text" name="myvalue" readonly> There's always a better way. The fun is trying to find it!