This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

ఇంకా తెలుసుకోండి

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

  • 1 ప్రత్యుత్తరం
  • 2 ఈ సమస్యలు కలిగి ఉన్నాయి
  • 5 వీక్షణలు
  • చివరి సమాధానమిచ్చినది jscher2000 - Support Volunteer

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! :'(

ఎంపిక చేసిన పరిష్కారం

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!

ఈ సందర్భంలో ఈ సమాధానం చదవండి 👍 1

ప్రత్యుత్తరాలన్నీ (1)

more options

ఎంపిక చేసిన పరిష్కారం

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!

న jscher2000 - Support Volunteer చే మార్చబడినది