I'm trying to select a year from a drop down box though Internet Explorer. I was able to login and navigate the page, but I'm absolutely stuck at this point. Any suggestions?
Code:
<tr><td valign="top">
<div class="formDiv">
<h4>Select Year</h4>
<TABLE><TR><TD><b>Please select a year:<br><br></b><SELECT name = 'Year' ID = 'Year' OnChange = 'select_year();'><OPTION>Select Year</OPTION><OPTION value = '2016'>2016</OPTION><OPTION value = '2015'>2015</OPTION><OPTION value = SELECT><br><br></TABLE></div><P></td>
</tr>
</table>
</TD></TR></TABLE></td></tr></table></BODY></HTML>