To work around this issue, use one or more of the following methods.
Method 1: Specify the character set
To work around this issue on the Web server side, explicitly specify the character set encoding in the HTML page. To do this, add the following Meta tag to the top of the Web page:
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1">
Method 2: Remove the Pragma no-cache command
To work around this issue on the Web server side, remove the Pragma no-cache command from the Web page header. To do this, remove the command similar to the following from the top of the Web page:
<% Response.AddHeader "Pragma", "no-cache" %>
Method 3: Clear the HTTP 1.1 settings
To work around this issue on the client side, clear the HTTP 1.1 settings. To do this, follow these steps:
- In Internet Explorer 6 SP1, click Tools, and then click Internet Options.
- Click the Advanced tab.
- Click to clear the following check boxes:
- Use HTTP 1.1
- Use HTTP 1.1 through proxy connections
Method 4: Turn off Auto-Select
To work around this issue on the client side, turn off Auto-Select. To do this, follow these steps:
- In Internet Explorer 6 SP1, click View.
- Point to Encoding, and then click Auto-Select.
Note When Auto-Select is turned off, the check mark does not appear next to Auto-Select.