<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | |
<title>Multiple Selection test page</title> | |
</head> | |
<body> | |
<select id="selectWithoutMultiple"> | |
<option value="one">one</option> | |
<option value="two"> two</option> | |
<option value="three"> three</option> | |
<option value="four"> four</option> | |
<option value="five"> five</option> | |
</body> | |
</html> |