搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Why is one Javascript not working?

  • 4 个回答
  • 35 人有此问题
  • 9 次查看
  • 最后回复者为 cbeck54

more options

I have a page I am working on that makes use of a particular Javascript. I have enabled Javascript for this Website (mine). The Javascript is called both from within and outside of a PHP script.

This same page works just fine in IE (8), Opera, and Google Chrome. For some reason, it does not work in Firefox, on any of the four computers in my household.

This page/script does not work at all in Firefox, even if/when I am using a User Agent Switcher.

I have a page I am working on that makes use of a particular Javascript. I have enabled Javascript for this Website (mine). The Javascript is called both from within and outside of a PHP script. This same page works just fine in IE (8), Opera, and Google Chrome. For some reason, it does not work in Firefox, on any of the four computers in my household. This page/script does not work at all in Firefox, even if/when I am using a User Agent Switcher.

所有回复 (4)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

Can you post a link?

Do you see any errors about this in the Tools > Error Console?

more options

Thanks for the tip. I'll try there.

more options

Thanks, cor-el.

You can check out the problem page at: http://swan-cross.com/PHPtests/Member.../member.php

Where you see the headings with a red arrow, they are supposed to expand when you click the arrow/link. These are always headed either "About [composer name]..." or "Statement of Faith". As I say, they seem to work in every other browser I've tried.

This is a fairly simple, straightforward Javascript, one that simply expands (displays) or collapses (hides) text enclosed within a
tag.

The Error Console (which I formerly knew nothing about) seems to indicate that the variable value that is supposed to be passed to the Javascript is undefined. However, that value, which is retrieved from the database, using PHP, *is* defined. And, as I say, it works just fine in other browsers. The Error Console seems to indicate that the PHP script is having no trouble picking up the variable value from the database; it just is not getting passed on to the Javascript in the header of this page, for some reason.

Does this help? Any ideas or tips?

Thanks again!

由cbeck54于修改