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="button" /> 改成Button即可

你可能感兴趣的:(Ajax,数据,button)