Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 2 Antworten
  • 13 haben dieses Problem
  • 5 Aufrufe
  • Letzte Antwort von 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?

Geändert am von Renato

Alle Antworten (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]!!!