Brinkster Knowledge Base

KB Home   /  Support  /  Errors  /   Why does my page only display questionmarks
Why does my page only display questionmarks Articles
You will need to use the Code Page directive in order to properly display the language on your web pages.
Paste one of the following lines of code to your asp pages.


<%@codepage=1111%>

 


<%@Language=VBScript codepage=1111%>



Please note that you will need to substitute "1111" for the correct code page number that you need.

Please see the following link for a list of codepage values.
http://msdn2.microsoft.com/en-us/library/Aa752010.aspx