ajax post提交数据,prompt aborted by user错误

前端之家收集整理的这篇文章主要介绍了ajax post提交数据,prompt aborted by user错误前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
自己封装了一个方法,专门用于从form中循环提取名称和值的类,其中没有对submit进行处理(只针对button进行了处理)[当然,submit也不适合于ajax 异步提交数据],结果,Firefox报错:
[16:33:22.879] uncaught exception: [Exception... "prompt aborted by user" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: resource:///components/nsPrompter.js :: openTabPrompt :: line 462" data: no]
解决方法: < input type="submit" /> 改成Button即可
原文链接:https://www.f2er.com/ajax/166378.html

猜你在找的Ajax相关文章