Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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

  • 1 antwurd
  • 22 hawwe dit probleem
  • 13 werjeftes
  • Lêste antwurd fan 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!

Bewurke troch blspreviews op

Alle antwurden (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().