Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

Firefox 3.6.6 doesn't load remote javascript files

  • 1 odpowiedź
  • 16 osób ma ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od AnonymousUser

more options

Hi, I've written a jsp which loads some javascript files from another machine (host). However, Firefox doesn't load the files from this host. Instead, it forces a local search (on my machine) and - of course - fails to find them. The other host is located in the same intranet as mine, and both are behind the same firewall, so no security concerns which might cause Firefox to act this way. I'm able to load the javascript files using Google Chrome. Also checked by typing the URL in Firefox's address bar and was able to get the file. Also tried working in Safe Mode, but still failed. Is there a way to configure Firefox to load remote javascript files?

Operating system

Windows XP 2002 SP3

Hi, I've written a jsp which loads some javascript files from another machine (host). However, Firefox doesn't load the files from this host. Instead, it forces a local search (on my machine) and - of course - fails to find them. The other host is located in the same intranet as mine, and both are behind the same firewall, so no security concerns which might cause Firefox to act this way. I'm able to load the javascript files using Google Chrome. Also checked by typing the URL in Firefox's address bar and was able to get the file. Also tried working in Safe Mode, but still failed. Is there a way to configure Firefox to load remote javascript files? == Operating system == Windows XP 2002 SP3

Wszystkie odpowiedzi (1)

more options

My original code didn't appear in the question. Here it is (removing html triangle brackets):

script type="text/javascript" src="http://host_name:port/path_to_file/js_file.js"