2011-04-14 105 views
1

我在使用IE8時,在搜索功能中搜索訂單#時,如果有匹配項,它會隨着模塊-i ...這在所有瀏覽器中都能正常工作,除了在IE中,只有一個空白彈出窗口會出現,並且沒有搜索結果顯示,並且瀏覽器錯誤如下,對於使用Ajax和Jquery Block-UI的彈出窗口。消息:系統錯誤:-1072896658 ---- IE瀏覽器問題

 **Webpage error details** 

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; 
Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; 
.NET CLR 3.0.30729; 
    Media Center PC 6.0; .NET4.0C; InfoPath.2) 
     Timestamp: Thu, 14 Apr 2011 06:29:56 UTC 


     Message: System error: -1072896658. 

     Line: 1 
     Char: 1 
     Code: 0 
     URI: http://176.188.1.22:7777/web/Order.jsp 

有人知道System error: -1072896658手段,以及如何解決..........?

謝謝.....

回答

2

問題解決:

錯誤信息是由於頁面進口JSP

的contentType decleration我使用

contentType="text/html; charset=UTF8" 

在頭的頁面,現在更改爲

contentType="text/html; charset=utf-8" 

UTF8轉換爲UTF-8

謝謝....