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".

Learn More

Javascript runs in all the latest versions of Opera, IE, Chrome and Safari (for windows)

more options

I have been working on the website stsontario.org a while ago for someone. I have used a javascript file to apply a background element with a specified height based on the height of the document after loading the page. It shows on the other four browsers but does not show on Mozilla.

Both my javascripts are external files imported near the end of the body tag.

In order to debug the code I made an attempt to put document.write("hi"); at the top of my file and even found this does not show on the page. Why does my javascript code not work on Mozilla! :'(

I have been working on the website stsontario.org a while ago for someone. I have used a javascript file to apply a background element with a specified height based on the height of the document after loading the page. It shows on the other four browsers but does not show on Mozilla. Both my javascripts are external files imported near the end of the body tag. In order to debug the code I made an attempt to put document.write("hi"); at the top of my file and even found this does not show on the page. Why does my javascript code not work on Mozilla! :'(

Giải pháp được chọn

You need to change any \ in a path URL to / to work in Firefox. Firefox encodes the \ character instead of flipping it to / like other browsers. Sorry for the inconvenience!

Đọc câu trả lời này trong ngữ cảnh 👍 1

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

more options

Giải pháp được chọn

You need to change any \ in a path URL to / to work in Firefox. Firefox encodes the \ character instead of flipping it to / like other browsers. Sorry for the inconvenience!

Được chỉnh sửa bởi jscher2000 - Support Volunteer vào