Jun 25, 2001 #1 zzfive03 Programmer Jun 11, 2001 267 Is there a property to make a HTML text box inactive? (but still visible)
Jun 25, 2001 1 #2 link9 Programmer Nov 28, 2000 3,387 US <input type=text onFocus="this.blur();"> Upvote 0 Downvote
Jun 25, 2001 #3 foxbox Programmer Sep 11, 2000 1,052 NL <input type=text readonly> br Gerard Upvote 0 Downvote
Jun 25, 2001 #4 riffy Programmer Mar 29, 2001 106 US readonly is for IE, onFocus="this.blur();" will work for netscape.. Upvote 0 Downvote