Hi,

Below I have the following checkboxes. What I would like to do is if a user 
checks the first box (User must change password at next login) then the 
next two (User cannot change password & Password never expires) become 
uncheckable or greyed out.


If the (Password never expires) is checked then the "User must change 
password at next login" gets greyed out or uncheckable.

Similar to adding a user in NT.

How can I do this?


<input class="formbuttons" type="checkbox" name="select" 
value="MustChangePassword">User must change password at next login<br>

<input class="formbuttons" type="checkbox" name="select" 
value="CannotChangePassword">User cannot change password<br>

<input class="formbuttons" type="checkbox" name="select" 
value="PasswordNeverExpires">Password never expires<br>
         <input class="formbuttons" type="checkbox" name="select" 
value="AccountDisabled">Account is disabled




+-----------------------------------------------------------------------------------+ 

Philip Humeniuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+------------------------------------------------------------------------------------+


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to