javascript - Undefined error in IE11 -
i have classic asp application has started throwing error in ie11. have select tag defined follows.
<select id='projects' name='projects' multiple size='15' width='220' style='width:220px'> <option value='220'>----</option> <option value='240'>----</option> <option value='228'>----</option> <option value='201'>----</option> <option value='200'>----</option> <option value='260'>----</option> </select> the code bombing on call js function .
<a name='remove' href='#' onclick='modifyfavorites(projects,favorites,this);'>< remove</a> <br><br>
Comments
Post a Comment