I
icool
Unregistered / Unconfirmed
GUEST, unregistred user!
我有一chartest.jsp网页,内容如下:
<%@ include file="header.inc"%>
<table align="center" border="0" width="760" height="38" cellspacing="0">
<tr>
<td width="100%" align="center">
<h1>字符集问题</h1>
</td>
</tr>
</table>
</BODY>
</HTML>
其文件header.inc内容如下:
<HTML>
<HEAD><TITLE>222333</TITLE>
<META http-equiv=Content-Type content="text/html;charset=gb2312" >
<META content="MSHTML 5.00.2014.210" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=5 marginheight="5" marginwidth="5">
<table align="center" border="0" width="760" height="18" bgcolor="#3399FF" cellspacing="0">
<tr>
<td width="100%">
<p><a class="x" href="member/list_all_user.jsp">用户列表</a> |
<a class="x" href="book_store/index.jsp">商品列表</a>
</td>
</tr>
</table>
每当浏览该页时,浏览器中的编码总认为“西欧字符(iso)”,请问各位高手怎样设置
header.inc文件才能使浏览器中的编码认为“简体中文(GB2312)”。
<%@ include file="header.inc"%>
<table align="center" border="0" width="760" height="38" cellspacing="0">
<tr>
<td width="100%" align="center">
<h1>字符集问题</h1>
</td>
</tr>
</table>
</BODY>
</HTML>
其文件header.inc内容如下:
<HTML>
<HEAD><TITLE>222333</TITLE>
<META http-equiv=Content-Type content="text/html;charset=gb2312" >
<META content="MSHTML 5.00.2014.210" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=5 marginheight="5" marginwidth="5">
<table align="center" border="0" width="760" height="18" bgcolor="#3399FF" cellspacing="0">
<tr>
<td width="100%">
<p><a class="x" href="member/list_all_user.jsp">用户列表</a> |
<a class="x" href="book_store/index.jsp">商品列表</a>
</td>
</tr>
</table>
每当浏览该页时,浏览器中的编码总认为“西欧字符(iso)”,请问各位高手怎样设置
header.inc文件才能使浏览器中的编码认为“简体中文(GB2312)”。