Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML Forms 1

Status
Not open for further replies.

zzfive03

Programmer
Jun 11, 2001
267
Is there a property to make a HTML text box inactive? (but still visible)
 
<input type=text onFocus=&quot;this.blur();&quot;>
penny.gif
penny.gif
 
readonly is for IE,
onFocus=&quot;this.blur();&quot; will work for netscape..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top