Jul 20, 2004 #1 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">
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 Jul 25, 2002 2,123 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!