Click to See Complete Forum and Search --> : HTMLencode


Cory
03-23-2000, 02:33 PM
I am passing a string from one page to another using HTML Forms (POST method).
Due to special characters in the string, it is nessecary to htmlencode it.

The problem is, that the string is still encoded on the second page. Is there
a way to "reverse" htmlencode?

Rohit Mediratta
03-24-2000, 12:17 AM
"Cory" <seefurth@hotmail.com> wrote:
>
>I am passing a string from one page to another using HTML Forms (POST method).
>Due to special characters in the string, it is nessecary to htmlencode it.
>
>The problem is, that the string is still encoded on the second page. Is
there
>a way to "reverse" htmlencode?


If u r using URLEncode then there should be no problem

Rohit