p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > Web Programming > JavaScript > Javascript How-To
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
Javascript How-To Ask your "How do I do this with Javascript?" questions here.

Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript How-To section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old June 27th, 2006, 11:08 AM
Friend of Wrox
Points: 1,548, Level: 15
Points: 1,548, Level: 15 Points: 1,548, Level: 15 Points: 1,548, Level: 15
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Apr 2005
Location: Mumbai, Maharastra, India.
Posts: 318
Thanks: 2
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default Enable Radio when check on Checkbox...

Why this Javaspt not working?
-------------
<tr><td><input type="checkbox" name="ExcelC" onclick="javascript:getElementById('Excel').disabl ed='false'"><b> In Excel</b></td></tr>
            <tr>
                <td><input type="radio" name="Excel" value="Monthly" disabled="true"><b>Monthly</b></td>
                <td><input type="radio" name="Excel" value="Weekly" disabled="true"><b>Weekly</b></td>
                <td><input type="radio" name="Excel" value="Weekly" disabled="true"><b>Weekly Breaks</b></td>

Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
__________________
Rupen Anjaria.[:)]
------------------
It is not difficult to be on TOP...It is difficult when you carry Truth,Commitment and Transparency with you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old June 27th, 2006, 02:50 PM
richard.york's Avatar
Wrox Author
Points: 5,386, Level: 31
Points: 5,386, Level: 31 Points: 5,386, Level: 31 Points: 5,386, Level: 31
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2003
Location: Camby, IN, USA.
Posts: 1,697
Thanks: 0
Thanked 1 Time in 1 Post
Default


Code:
td><input type="checkbox" name="ExcelC" onclick="document.getElementById('excel-monthly').disabled=false;document.getElementById('excel-weekly').disabled=false;document.getElementById('excel-weekly-breaks').disabled=false;"><b> In Excel</b></td></tr>
            <tr>
                <td><input type="radio" name="Excel" value="Monthly" disabled="true" id='excel-monthly'><b>Monthly</b></td>
                <td><input type="radio" name="Excel" value="Weekly" disabled="true" id='excel-weekly'><b>Weekly</b></td>
                <td><input type="radio" name="Excel" value="Weekly" disabled="true" id='excel-weekly-breaks'><b>Weekly Breaks</b></td>
HTH!

Regards,
Rich

--
Author,
Beginning CSS: Cascading Style Sheets For Web Design
CSS Instant Results

http://www.catb.org/~esr/faqs/smart-questions.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old June 28th, 2006, 05:44 AM
Friend of Wrox
Points: 1,548, Level: 15
Points: 1,548, Level: 15 Points: 1,548, Level: 15 Points: 1,548, Level: 15
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Apr 2005
Location: Mumbai, Maharastra, India.
Posts: 318
Thanks: 2
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default

It is not working error reads as "document.getElementById(...) is null or not an object."
Any idea...?

Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
enable/disable checkbox in data grid on edit maddy137 ASP.NET 1.0 and 1.1 Professional 3 January 8th, 2007 01:28 AM
enable/disable textfields based on radio selection carrie.mims Javascript How-To 5 December 8th, 2006 05:41 AM
Enable Update and Enable Delete check boxes don't mihabib ASP.NET 2.0 Basics 2 December 7th, 2006 11:44 AM
CheckBox enable in asp 2.0 with javascript bbsdev Javascript How-To 0 July 18th, 2006 01:27 PM
dynamically enable/disable radio btns kanoorani Javascript How-To 3 October 17th, 2005 11:16 AM



All times are GMT -4. The time now is 01:45 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc