Forum Moderators: open
The forms work with Japanese characters. However, there is one field that I want to allow Western charcters only.
Basically, it is a reference code built using a unique number in combination with the Lastname field. I don't want them to enter Japanese text in the Lastname field.
Anyone know of a way in ASP classic to achieve this?
You should also check that your server is not telling the browser that it will accept the charcter-encodings that you don't want...
You should use a server header checker to look for the Accept-Charset header.