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!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • 1 trả lời
  • 22 gặp vấn đề này
  • 13 lượt xem
  • Trả lời mới nhất được viết bởi 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!

Được chỉnh sửa bởi blspreviews vào

Tất cả các câu trả lời (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().