Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Re: Checkboxes
- From: javascript@xxxxxxxxxx (phumes1)
- Subject: [Javascript] Re: Checkboxes
- Date: Wed, 17 Apr 2002 10:36:01 -0400
Hi, I have the following input boxes in my index.htm file. What I would like to happen is if the user checks the box "User must change password at next login" I want the "User cannot change password" and "Password never expires" checkboxes grayed out and possibly the text also so they cannot check those. The only other option to check would be the "Account is disabled" Can this be easilty done with JS? <input class="formbuttons" type="checkbox" name="select" value="mcp">User must change password at next login<br> <input class="formbuttons" type="checkbox" name="select" value="ccp">User cannot change password<br> <input class="formbuttons" type="checkbox" name="select" value="pne">Password never expires<br> <input class="formbuttons" type="checkbox" name="select" value="ad">Account is disabled +-----------------------------------------------------------------------------------+ Philip Humeniuk phumes1@xxxxxxxxxx phil.humeniuk@xxxxxxxxxx +------------------------------------------------------------------------------------+
- Prev by Date: [Javascript] Re: Learner question
- Next by Date: [Javascript] Re: Checkboxes
- Previous by thread: [Javascript] Re: Learner question
- Next by thread: [Javascript] Re: Checkboxes
- Index(es):