Hello. Help me please. Mozilla, Opera, Chrome give out: Error loading language file: /// D: /MySite/yoxview/lang/en.js, IE9 - everything is fine. Thank.

  • one
    you will facilitate our task if you specify the relevant part of the source code. - VladD 6:51
  • Thank. But please tell me where I can fix it. - noviden2000
  • if I understand correctly: the top of the html code? - noviden2000

1 answer 1

Do not use file:// , use http:// . Browsers restrict access to resources from js code.

  • If the problem is really in this, then it's better to use just //path - Crasher