forms - IE 10 Submit button bug -


looking @ ie10 form working fine in browsers not work in ie10. not sure why not working @ all. have read might .net problem not sure how fix in site. code below:

<input name="submit" type="submit" value="" onclick="verify();" class="review"/> 

try changing submit type "type = button".


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -