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!

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

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

Learn More

in a web application php menu not loaded in version 3.0.19 and 3.6 but its works well in 2 and 3.5.6 error - document.layers is undefined

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από cor-el

more options

in a web application php menu not loaded in version 3.0.19 and 3.6 . but its works well in 2 and 3.5.6 error - document.layers is undefined

URL of affected sites

http://

in a web application php menu not loaded in version 3.0.19 and 3.6 . but its works well in 2 and 3.5.6 error - document.layers is undefined == URL of affected sites == http://

Όλες οι απαντήσεις (2)

more options

Document.layers is old Netscape code and doesn't work in modern browsers. You need to use document.getElementById or document.getElementsByTagName.

https://developer.mozilla.org/En/DOM/element.getElementsByTagName

more options

I see the menu, but no drop down when clicking. All works fine in IE and Firefox 3.5 Regards Peter S