Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] TextBox Properties


  • From: javascript@xxxxxxxxxx (javascript@xxxxxxxxxx)
  • Subject: [Javascript] TextBox Properties
  • Date: Wed, 20 Feb 2002 09:57:10 -0600

Hello,

I am new to your Javascript list and did not find the following question in
your archives. Any help would be greatly appreciated.

Summary
========
I  am trying to find a way using javascript to enable a textbox so the user
can type into it.

Details
========
I am running IE 5.0 and am trying to find a way using javascript to enable
a textbox so the user can type into it.

Initially the textbox is set to disabled so the user cannot edit it. I
would like them to first click a button which (onclick) will call a
function and  enable the textbox for user input. Can anyone tell me how I
can do this?


Textbox is initially set to disabled
============================
<input disabled type='text' size='16' maxlength='16' name='txtAccountNbr' value=">;