为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 1 个回答
  • 22 人有此问题
  • 13 次查看
  • 最后回复者为 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!

由blspreviews于修改

所有回复 (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().