IE10 find first button on page and trigger click event on input submit
问题 sorry about title, i know its messy but i dont know how can i describe this situation. we have an input field. but no form element. here is the code <input name="search" id="search" onkeypress="SearchBox(this.value);" type="text" value="Search"/> <input name="searchbutton" align="left" class="okbutton" id="searchbutton" onclick="SearchBox(search.value);" type="button"/> SearchBox function checking keycode and if it is 13 (enter button charcode) sending search request. this code works in IE8/9