火狐浏览器页面报出uncaught exception: out of memory异常

火狐浏览器页面报出uncaught exception: out of memory异常

2015-04-23 00:29 51人阅读 评论(0) 收藏 举报
exception ajax out of memory

当你的按钮是提交(sumbit)按钮,如:

<button id="iii" type="submit">Submit &raquo;</button>

<input id="iii" type="submit"/>

但是你又用到Ajax提交的话,火狐就会报出uncaught exception: out of memory错误,并且点击按钮会一直刷新。直接把按钮改为<input id="iii" type="button" />即可


转自http://blog.csdn.net/weilin19921214/article/details/45207881,重新编辑

你可能感兴趣的:(火狐浏览器页面报出uncaught exception: out of memory异常)