Click to See Complete Forum and Search --> : A question about FORM


sobhan
01-23-2003, 04:16 AM
Hi everyone! I usually use FORM with action post in may website, but when I get a mail from my website it has 'POSTDATA.att' format. I live in sweden and swedish language has three special letter å ä ö which will be converted to strange signs when I try to open the att-files, my question is: which program should I use to open att-files and se the right foramt of text including the swedish special signs:confused:

Rick Bull
01-23-2003, 07:35 AM
I assume you're just using a mailto in the form's action? I think you may need to add enctype="text/plain" and possibly method="get" to the form tag.