[thelist] ASP and form question

James Aylard evolt at pixelwright.com
Mon Jul 8 18:58:01 CDT 2002


Sharon,

> Thanks for the suggestion, Michael. I've doublechecked my form field names
but I'll check again. The method has always been POST for this form. Again,
I

    Your method is fine, but it's your enctype attribute that's causing the
problem (or at least part of it). You have:

enctype="text/plain"

    It should be "application/x-www-form-urlencoded", although dropping the
enctype attribute altogether is probably your best bet.

James Aylard




More information about the thelist mailing list