HTML, JavaScript And CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingHTML, JavaScript And CSS Help

Closed Thread
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old August 27th, 2004, 06:47 PM
jmurrayhead jmurrayhead is offline
Moderator
Click here for more information.
 
Join Date: Feb 2004
Location: Reston, VA, USA
Posts: 13,090 jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)jmurrayhead User rank is General 9th Grade (Above 100000 Reputation Level)  Folding Points: 84354 Folding Title: Advanced FolderFolding Points: 84354 Folding Title: Advanced FolderFolding Points: 84354 Folding Title: Advanced FolderFolding Points: 84354 Folding Title: Advanced FolderFolding Points: 84354 Folding Title: Advanced Folder
Time spent in forums: 3 Months 1 Week 6 h 17 m 27 sec
Reputation Power: 1580
Facebook
Check boxes and javascript

I have a list of settings which are activated when the checkbox is checked. In some cases, a setting may only be used if another setting is activated. Does anyone know how I can make a check box unchecked AND use the disable property unless the other mandatory setting is checked, and then switch back if that mandatory setting is unchecked?

Hope that made sense....

Thanks

Reply With Quote
  #2  
Old August 30th, 2004, 08:44 AM
kbogart's Avatar
kbogart kbogart is offline
Contributing User
ASP Free Novice (500 - 999 posts)
 
Join Date: May 2004
Location: Cincinnati, OH
Posts: 550 kbogart User rank is Private First Class (20 - 50 Reputation Level)kbogart User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 27 m 30 sec
Reputation Power: 5
You can use a series of JS commands to check and uncheck boxes, and set the display to "none" or "". Place SPAN tags around the checkboxes so you can show or hide the elements.

For example:

<span id="InforceCheckbox"><input type="checkbox" name="InforceOnly"></span>


if ( document.QueryForm.OtherCheckbox.checked = true {
//uncheck and hide
document.QueryForm.InforceOnly.checked = false;
InforceCheckbox.style.display="none";
} else {
//show as visible
InforceCheckbox.style.display="";
}

Reply With Quote
Closed Thread

Viewing: ASP Free ForumsProgrammingHTML, JavaScript And CSS Help > Check boxes and javascript


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT