读书人

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

发布时间: 2012-11-23 00:03:43 作者: rapoo

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

读书人网 >Ruby Rails

热点推荐