Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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

  • 1 përgjigje
  • 22 e kanë hasur këtë problem
  • 13 parje
  • Përgjigjja më e re nga 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!

Ndryshuar nga blspreviews

Krejt Përgjigjet (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().