Copiar código del código de la siguiente manera:
<!
<html>
<Evista>
<title> select.html </title>
<meta http-equiv = "Keywords" content = "Keyword1, Keyword2, Keyword3">
<meta http-equiv = "descripción" content = "esta es mi página" >>
<meta http-equiv = "content-type" content = "text/html; charset = utf-8">
<!-<link rel = "stylesheet" type = "text/ css" href = "./ styles.css">->
</ablo>
<Body>
<select id = "mycourse" onchange = "getcourse ();">
<opción value = "" SELECT> -Lease Seleccione un curso-</opción>
</select>
<Textarea id = "Myares" Rows = "10" cols = "30"> </extarea>
<script type = "text/javaScript" type = "text/javaScript">
<!-
var last_select_num = 3;
// Agregar dinámicamente el primer curso
var myOption = document.createElement ("opción");
myOption.value = "java";
myopting.text = "java";
mycourse.add (myOption);
// Agregar dinámicamente el segundo curso,
myOption = document.createElement ("opción");
myOption.Value = "Oracle";
myopting.text = "oracle";
mycourse.add (myOption);
// Agregue dinámicamente el tercer curso,
myOption = document.createElement ("opción");
myOption.value = "javaee";
myopting.text = "javaee";
mycourse.add (myOption);
función getCourt () {{)
myares.value += "Usted elige:" +mycourse.value +"/r/n";
}
->
</script>
</body>
</html>