Aug 24, 2000 #1 celley Programmer Joined Jul 31, 2000 Messages 54 Location 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 Joined Sep 1, 1999 Messages 1,506 Location 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