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!

JavaScript: Enabling/Disabling Objects

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
How do you enable or disable form input items? I saw in a book this:<br><br>document.form_name.input_name.disabled<br><br>Supposedly, that disables the item, but how would you enable it? Thanks in advance.
 
document.form_name.input_name.disabled=false <br>;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top