Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

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

  • 2 respostas
  • 13 têm este problema
  • 5 visualizações
  • Última resposta por 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?

Modificado por Renato a

Todas as respostas (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]!!!