oops cut and paste error.... the code is not as shown above it does have the single quotes.... like this:
- Code: Select all
var x = $get('currentEventInputSelect').value;
if (x == 4)
{
$get('name_dropDownListControl').disabled=true;
$get('address_dropDownListControl').disabled=true;
$get('age_dropDownListControl').disabled=true;
}