Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

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

Firefox 3.6.6 doesn't load remote javascript files

  • 1 trả lời
  • 16 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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

Tất cả các câu trả lời (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"