Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

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

  • 2 απαντήσεις
  • 13 έχουν αυτό το πρόβλημα
  • 5 προβολές
  • Τελευταία απάντηση από 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]!!!