Advertisement

03.17.2008 at 11:57PM PDT, ID: 23249419 | Points: 50
[x]
Attachment Details

how to handle className of Dropdownlist?

Asked by raju1 in JScript, PHP Scripting Language

Tags: , , ,

Hi expert,
Please give a look on the following codes (specially on ComboText function). The code
ctlComboBox.className doesnt return any value. Why?

Code------------
<script type="text/javascript" language="JavaScript1.2">
function ComboText(ctlComboBox,ctlHidden)
{
val=ctlComboBox.value;
cla=ctlComboBox.className; //doesnt work
alert(ctlComboBox.className); //shows blank space
for ( i = 0; i < ctlComboBox.options.length; i++ )
{
      alert(ctlComboBox.options(i).className); //works
      if (ctlComboBox.options(i).value==val && ctlComboBox.options(i).className==cla)
      {
            ctlHidden.value=ctlComboBox.options(i).text;
                        
      }
}
            
}
</script>

<select name="placeofbirth" id="placeofbirth" onChange="ComboText(frm.placeofbirth,frm.Birth_Place_Text)">

<input name="Birth_Place_Text" type="hidden" id="Birth_Place_Text">

Regards,
Raju
Start Free Trial
[+][-]03.18.2008 at 12:34AM PDT, ID: 21148952

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.18.2008 at 12:43AM PDT, ID: 21148980

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.18.2008 at 02:08AM PDT, ID: 21149282

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 14-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.18.2008 at 06:09PM PDT, ID: 21157700

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.18.2008 at 09:38PM PDT, ID: 21158546

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 14-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.19.2008 at 06:43PM PDT, ID: 21167540

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-43 / EE_QW_2_20070628