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);'>&lt; remove</a> <br><br> 


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -