[Javascript] error when sending form

Peter-Paul Koch gassinaumasis at hotmail.com
Wed Jul 17 13:59:29 CDT 2002


>a friend asked me to test a page he's doing containing a very long form and 
>submitted via email:
>
><FORM method="POST" action="mailto:xxx at yyy.com" enctype="text/plain">
>
>in IE 5 / Mac it seems to work fine but in NN 4.78 / Mac i received this 
>error:
>
>"An error ocurred while sending mail. The mail server responded: Data line 
>too long (Max 1024)"
>
>it seems the source of the problem is the lenght of the form but i'd 
>expected that with GET method, not with POST. any idea?

POST makes no sense when emailing forms because there is no HTTP header to 
send the information. I'm not surprised some browsers interpret it as a GET 
(though I suppose strictly speaking it is neither).

Anyway, can't be helped, I guess.

ppk

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx




More information about the Javascript mailing list