473,804 Members | 3,081 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE6 failing to set checkbox or radio buttons

12 New Member
Hi,
I've got javascript code which uses a basic logical statement to determine whether a checkbox or radio button should be set to checked:

radio.checked = (map.getLayer(d ivId) == map.baseLayer);

Firefox has no trouble with this, but IE6 doesn't check anything!

Any idea why this might be?

Cheers,
Jon
Feb 15 '08 #1
6 4044
gits
5,390 Recognized Expert Moderator Expert
please show more of your code ... what does getLayer do? and what is baseLayer? and what is map?

kind regards
Feb 15 '08 #2
clivethebadger
12 New Member
The code is using OpenLayers javascript client for displaying maps.

Basically map.getLayer(di vId) just returns a map layer using the given ID and map.baseLayer is the current visible layer. I'm just checking to see if they are equal.

The logical statement definitely works (even in IE) because when I output it in an alert is displays the correct value of true or false.

Jon
Feb 15 '08 #3
clivethebadger
12 New Member
Sorry to post again, just though I should post the whole code section. Basically it's a for-loops for contructing a list of map layers:

Expand|Select|Wrap|Line Numbers
  1. for (var i=0; i<baseLayers.length; i++)
  2. {
  3.     var divId = baseLayers[i].id;
  4.     //individual baselayer
  5.     var baseLayerElem = document.createElement("li");
  6.         var radio = document.createElement('input');
  7.             radio.type = 'radio';
  8.             radio.name = 'base';
  9.             radio.value = divId;
  10.             radio.id = divId + "Rad";
  11.             radio.onclick = Function("ChangesClient.layerOptionsPanel.toggleBase('"+divId+"')");
  12.             radio.checked = (map.getLayer(divId) == map.baseLayer);
  13.         var a = document.createElement('a');
  14.             a.className = 'ccLink';
  15.             a.href = "javascript:ChangesClient.Util.toggleDiv('" + divId + "')";
  16.             a.innerHTML = baseLayers[i].name;
  17.         var optionsDiv = document.createElement('div');
  18.             optionsDiv.className = 'ccLayerOptionsBaseLayerOptions';
  19.             optionsDiv.id = divId;
  20.             optionsDiv.innerHTML = "Baselayer options for" + divId;
  21.             optionsDiv.style.display = 'none';
  22.         baseLayerElem.appendChild(radio);
  23.         baseLayerElem.appendChild(a);
  24.         baseLayerElem.appendChild(optionsDiv);
  25.     baseLayerList.appendChild(baseLayerElem);
  26.     this.layerList.push(divId);
  27. }
Feb 15 '08 #4
acoder
16,027 Recognized Expert Moderator MVP
IE has a problem with dynamically appended checkboxes/radio buttons. It doesn't respect the checked property. There are two solutions, either use defaultChecked or check it after appending. I've mentioned some of these bugs/quirks in a howto/article.
Feb 15 '08 #5
clivethebadger
12 New Member
Thank you very much, I've just added the element ID's to a list and looped through it at the end calling

document.getEle mentById(ID).ch ecked = true;

The most I mess around with JS, the more I think that IE is a pain in the arse.

Cheers,
Jon
Feb 15 '08 #6
acoder
16,027 Recognized Expert Moderator MVP
A pain indeed. Glad it helped.
Feb 15 '08 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

5
21201
by: PhiSYS | last post by:
I want to know what's wrong with this code (I'm an amateur programmer). I'm trying to check if every field has a value or if checkboxes/radios have at least one item checked on each group (yes, you know, with the same name in the HTML tag). I want to have a generic code which I can fit to every document. The problem is that it never got into the line: if(elm.type == "checkbox" || elm.type == "radio") I've put an alert(elm.type)
1
6219
by: David Wake | last post by:
I have two radio buttons and two checkboxes in a form. I'm trying to write some code so that when a radio button is selected, its corresponding checkbox is disabled. My code looks like this: function radioClicked(index) { document.table_config_form.my_checkbox.disabled = true;
1
3508
by: John Mullen | last post by:
I want to take the following HTLM and use javascript to turn on radio buttons if checkbox is checked, can I do this with javascript (maybe onClick or an array) or do i need a server side script ? <li>ABACAVIR SULFATE</li> <INPUT NAME="ingredient0" TYPE=checkbox VALUE="ABACAVIR SULFATE"><br> <input name="ABACAVIR SULFATE AMOUNT" type="radio" value="EQ 300MG BASE">EQ 300MG BASE<br> <input name="ABACAVIR SULFATE AMOUNT" type="radio" value="EQ...
4
7305
by: Steph | last post by:
Hello, Can someone tell me the script to use for having a change on the same page when using checkbox function ? For example, i would to check one condition and display dynamically a button if the condition is checked on the same page. Thanks in advance for your help
0
5578
by: sam | last post by:
I have 2 radio buttons on my form which are hidden. I need to have these radio buttons visible once a checkbox is selected. The radio buttons are hidden on loading of the form but I cannot make them visible once the check box is checked. The error I get is 'document.radiology.rcontmedia.style' is null or not an object. The code I am using is below. Please note that I have no previous experience programming in javascript. function...
5
3373
by: tshad | last post by:
Is there a way to allow a user to press a radio button if it is already selected? There is an onCheckedChanged event that fires when the person presses the button and it is isn't selected already. If it is selected, it doesn't fire. This isn't the case with a checkbox. The event fires whether the control is already checked or not. Thanks,
3
4443
by: newjazzharmony | last post by:
Hello group, I want to automatically select a specific checkbox when a user clicks (selects) a specific item in a radiobutton group. Both controls are in the same form. Let's say for argument's sake that the form looks like this (inessential items left out for the sake of clarity): <form name=form1>
10
18940
by: Bishman | last post by:
Hi, I need to programmatically allow or disallow the selection of multiple checkboxes on a form . At certain times I only want to allow a single selection, at other times I may wish to allow multiple. Is there a way of doing this ? I dont want to use Radio buttons..... Thanks,
2
2815
by: runway27 | last post by:
i am using a self submitting form <form action="<?php echo $_SERVER; ?>" method="POST" id="test2" name="test1"> i need to do a validation of textfields, checkboxes, radio buttons i am able to read, display and validate textfields after the form has been submitted however i am getting an error for checkbox and radio buttons.
0
9591
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10594
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10343
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10331
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10087
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7631
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6861
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4306
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3001
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.