DropDown Button Disappears

8 replies. Last post: February 15, 2010 10:30 PM by Yudi
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Todd YoungMember

I have a WebCombo (latest release) inside a table row that is initially not visible.

When a second ASP dropdown is selected, based on the index, the hidden row
will toggle between visible/not visible.


 function ToggleRow(index)
    {
        obj = document.getElementById('regionRow');
        if ( index == 2 )
            {obj.style.display = ''inline;}
        else
        {obj.style.display = 'none';}
    }


When the row is eventually displayed and user clicks on the dropdown button, it
disappears and will not display again.

I am using IE 6.0 and have set the popup to to normal.


Thanks for any help...

Todd







All times are GMT -5. The time now is 1:45 AM.
Previous Next