Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Buscar en Ayuda

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.

Learn More

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

  • 2 respuestas
  • 13 tienen este problema
  • 5 visitas
  • Última respuesta de 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?

Modificadas por Renato el

Todas las respuestas (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]!!!