How do I alter this code to Instead code a javascript function that is called from an onload event handler of the body tag. The function should use the methods of the dom for creating new "option" elements, properly configuring, and appending to the select element?
<select id="listname" onchange="showEmployee(this.value)">
<option value="choose" selected>choose employee</option>