Forum Moderators: open
I would like to include a servlet (a dropdown menu) to a html page.
With this <!-- #include virtual="/pulldown_menu.do" --> added, it works perfectly in IE, but it result with unusual characters in Firefox.
It may due to encoding problem, so i have make sure that all pages are set in UTF-8.
in Html - <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
in pulldown_menu.jsp - <%@ page contentType="text/html; charset=UTF-8" %>
But the problem still exist.
Could anyone give me a hand on this?~
Thanks~!
try adding
AddCharset utf-8 .htm