?dwz提交数据时,ie浏览器下面添加数据会出现重复添加两条一样的数据问题
???? 1.给form添加ID属性
???? 2.<button type="button" onclick="subForm()">提交</button>
???? 3.<script>
? ? ? ? ? function subForm()
?? ? ? ?? {
??? ? ? ? ? ? $("#form").submit();
? ? ? ? ? }
??????? </script>
原文:http://liuweiding.iteye.com/blog/2192288