搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

We have a couple of sites using ajax, and we have found many problems with this new version 4.0.

  • 2 回覆
  • 13 有這個問題
  • 1 次檢視
  • 最近回覆由 darkloud

more options

We have a couple of sites using ajax, and we have found many problems only in this new version 4.0. We dont know well what is the problem, but we can see clearly the following msg: documento.forms[0].cartao is undefined. Does anybody know what have been changed in order to cause such a problem?

Is it possible not to propagate  the version 4.0 into the 3.6 clients for a while? 

Does anybody know if any related standard have changed?

We have a couple of sites using ajax, and we have found many problems only in this new version 4.0. We dont know well what is the problem, but we can see clearly the following msg: documento.forms[0].cartao is undefined. Does anybody know what have been changed in order to cause such a problem? Is it possible not to propagate the version 4.0 into the 3.6 clients for a while? Does anybody know if any related standard have changed?

由 Renato 於 修改

所有回覆 (2)

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

I have this problem too!

The problem is this:

I have a page with a form (form[0]) then I load another page, with ajax, inside that previous page, in other versions of Firefox, Chrome or IE the fields in form are added to form[0], but only in firefox 4 the behavior is different, the fields are added to form[1]!!!