Hello Bubu

On 05-Apr-00, Bubu wrote:
> Hello!
> I am new in the programming of HTML and tried a first form, which
> mails the contents of the page to my email-adress. All went good, but
> the mail I got was very unreadable. There were texts like:
> 
> 
>&Verpackung=fkgfkgf&Name=21432142143124321421421421414&EMail=trterwttretretretrerettrewtretre&Ort=bvcxbvcbvcbvcvcbvcbvcxbvcvcxvcbvc&Kommentar=+7+77+76+6+64+8877+m097j09j+075j5
> 
> What can i do ? I need the mailed text in readable form? When I define
> the form I do it like this: <form action="mailto:[EMAIL PROTECTED]"
> method="POST" enctype="text/plain"> .......

That is the normal output.

You could use find-and-replace in a text editor to replace ? by LF, or
write a script in ARexx to do the job. An ARexx script could do a whole
drawer full of files.

Normally, a Perl script on the server does the parsing. So for
experimentation, you could also install Perl on your Amiga and write a
script in Perl.


Regards
-- 
Don Cox
[EMAIL PROTECTED]

____________________________________________________________
Voyager Mailing List - Info & Archive: http://www.vapor.com/
For Listserver Help: <[EMAIL PROTECTED]>, "HELP"
To Unsubscribe: <[EMAIL PROTECTED]>, "UNSUBSCRIBE"

Reply via email to