hi Sage
thanks for replay,
1. i tray whit IE and FireFox it the same problem whith difrent marks it is hapen whit the same code only in may develop comp, we have test computer the and ther it is ok (after i fixe error and do refresh it is fine
2. all may asp pages whith <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
3. i ned to close the brouser to avoide the problem
4. all text are frome data base we dont put any text on the page (that we can use defrent lang)
5 it start to hapend after i change all pages to utf-8
thnks
Main Topics
Browse All Topics





by: ryancysPosted on 2009-09-12 at 03:02:16ID: 25315804
1. try test on other browsers in same machine or on a different machine, to see and determine it's not a browser/machine setting issue.
2. check your content of your pages, if it's a database driven content, check your data in database make sure it's in proper format.
3. format your asp pages, make sure it's encoded in UTF-8. like add this in your page:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
...