Event Handlers Reference JavaScript Reference



    function function1(colors) {
        var col = (colors.options[colors.selectedIndex].value);
        if (col) { 
           document.bgColor = col; 
        }
        alert("The background color has changed to "+col) 
    } 



    White
    Cyan
    Ivory