I created a simple web form with a text area
========================
<FORM METHOD="POST" ACTION="check.php">
<TEXTAREA ROWS="2" NAME="S1" COLS="20"></TEXTAREA><INPUT TYPE="submit" VALUE="submit" NAME="B1">
</FORM>
========================
If I insert a long text on the textarea (for example 2 pages of text) when I click on the button I receive this error (instead to load check.php .
res://C:\WINDOWS\System32\shdoclc.dll/dnserror.htm#http://www.mydomain.com/check.php
If I insert less of 500 carachters (for example) it works fine ,
the webform load correctly check.php 😕
Which could be the problem ?
Thank you