Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Firefox not properly displaying -window.onload- but other browsers are.

  • 1 réponse
  • 22 ont ce problème
  • 13 vues
  • Dernière réponse par cor-el

more options

The main product image in the ebay listing (http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=300460389995) is suppose to show the first thumbnail image automatically during page load (e.g. without having to click on the thumbnail) from the javascript:


function LoadTrigger() { SelectImg(1); } window.onload = LoadTrigger;


This function has been working just fine until recently a few complaints were made. The main product image will not load until the thumbnail itself is first clicked on. There are no problems with any other browsers I have tested this on. Was there a recent update to Firefox regarding this? Please help!

The main product image in the ebay listing (http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=300460389995) is suppose to show the first thumbnail image automatically during page load (e.g. without having to click on the thumbnail) from the javascript: ---------- function LoadTrigger() { SelectImg(1); } window.onload = LoadTrigger; ---------- This function has been working just fine until recently a few complaints were made. The main product image will not load until the thumbnail itself is first clicked on. There are no problems with any other browsers I have tested this on. Was there a recent update to Firefox regarding this? Please help!

Modifié le par blspreviews

Toutes les réponses (1)

more options

It works once if I clear the eBay cookies.
If I reload the page then the image isn't shown and I see an error message in the Tools > Error Console:

Warning: Empty string passed to getElementById().