J
Julie
Hi
I have the following code in a html file
<form action="show.asp" method="post" target="_top"><input type="text" name="np"><input type="submit" value="Go"></form
In the show.asp
<body><%= Request.Form("np") %></body
If the user enters the characters like !"/$%?&*(), they are displayed corectly by show.as
But if he enters french characters like éûèùô, garbage is displayed by show.asp
Anyone with ideas
I have the following code in a html file
<form action="show.asp" method="post" target="_top"><input type="text" name="np"><input type="submit" value="Go"></form
In the show.asp
<body><%= Request.Form("np") %></body
If the user enters the characters like !"/$%?&*(), they are displayed corectly by show.as
But if he enters french characters like éûèùô, garbage is displayed by show.asp
Anyone with ideas