Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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 antwoorden
  • 1 heeft dit probleem
  • 1 weergave
  • Laatste antwoord van 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://

Alle antwoorden (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