Amandine B
2009-01-29 15:04:09 UTC
I just need to figure out a way to assign the value selected in the drop down to a variable in the function.
Example:
function showSecDropDown(){
var sel = VALUE OF FIRST DROP DOWN;
if (sel=="Option 3")
{
rel.style.display = 'block';
}
}