Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Cannot login to "reliancemoney.com" Error message : "You must have IE 6.0 (or above) with 128 bit encryption to acess this website.

  • 1 trả lời
  • 6 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

I cannot login using Firefox 3.6.3. I can login only through IE6.0 (or above)

URL of affected sites

http://reliancemoney.com

I cannot login using Firefox 3.6.3. I can login only through IE6.0 (or above) == URL of affected sites == http://reliancemoney.com

Tất cả các câu trả lời (1)

more options

There is this script to display that error message and redirect to the error page: <script type="text/javascript"> var browser=navigator.appName; var b_version=navigator.appVersion; var version=parseFloat(b_version); if browser=="Microsoft Internet Explorer") && (version>=4 { //alert("Your browser is good enough!"); } else { alert("You must have Internet Explorer 6.0(or above) with 128 bit encryption to access this website ."); window.location = 'IEErrorMessage.asp' } </script> The script test for the value of navigator.appName being "Microsoft Internet Explorer" and the navigator.appVersion being being at least 4 or grater (4.0 (compatible; MSIE 7.0; Windows NT 6.0) works ) Testing with changing those settings makes the site load the login page without the need to change the user agent as well, but no guarantee that the site if compatible with Firefox.

See User Agent Switcher: https://addons.mozilla.org/firefox/addon/59