res://ieframe.dll/dnserror.htm异常解决

res://ieframe.dll/dnserror.htm错误解决一般情况当表单提交数据量很大而且表单提交方式为get时会在网页中

res://ieframe.dll/dnserror.htm错误解决
一般情况当表单提交数据量很大而且表单提交方式为get时会在网页中出现res://ieframe.dll/dnserror.htm错误, 因为get提交方式对提交的数据量有限制, 可将表单提交方式改为post即可, 如:
<form name="dealerqueryForm" method="post">