Aug 24, 2000 #1 celley Programmer Jul 31, 2000 54 A2 How do I make it to where a text box is not able to be edited. I believe that something can be done with an onFucus and Blur.
How do I make it to where a text box is not able to be edited. I believe that something can be done with an onFucus and Blur.
Aug 24, 2000 #2 jaredn Programmer Sep 1, 1999 1,506 US textbox.disabled=true this will work in IE only... in Netscape, I think you could say... onFocus="this.blur()" jared@aauser.com Upvote 0 Downvote
textbox.disabled=true this will work in IE only... in Netscape, I think you could say... onFocus="this.blur()" jared@aauser.com