-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello list, I wonder if anyone has encountered this behavoir before.
I am working on a site that allows people to create content using
HTML forms. They generally paste HTML or Word content into a text
area. From time to time High ASCII chars get inserted. My latest
project is to strip/encode these high ASCII chars so they don't choke
our mailserver (the content is emailed out). The problem is this,
when I insert high ASCII into a form (via holding alt, and typing
ASCII code) the values get encoded. Thus:

Alt + 200

Becomes:

╚

Not:

È

When I read the textarea contents on the server, using
Request.Form("mytextarea")

What the hell is 9562? I have tried monkeying w/ the enctype of my
form, changing it to:
        a. text/plain
        b. multipart/form-data
Both give me NO form results on the server.

Does anyone have any ideas for me? I would greatly appreciate it.

Ben Timby
Webexcellence
PH: 317.423.3548 x23
TF: 800.808.6332 x23
FX: 317.423.8735
[EMAIL PROTECTED]
www.webexc.com 

-----BEGIN PGP SIGNATURE-----
Version: PGP 7.0.4

iQA/AwUBPUmjEvnby1cCm2Q8EQLf+gCcCguFhHaL23RkO2Ir+nQnn/6GDigAnjkt
Q2EzOEqMxRQXURgY+ZcUex4Q
=av/E
-----END PGP SIGNATURE-----



---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to