Javascript events image load

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sister Ray

    Javascript events image load

    Is an event fired when a pages finishes loading all it's images?

    if so, which is it, and does it work on netscape and ie?

    Best reagards,
    Carlos Pedro
  • Joost Diepenmaat

    #2
    Re: Javascript events image load

    Sister Ray <carlospedr@gma il.comwrites:
    Is an event fired when a pages finishes loading all it's images?
    onload.
    if so, which is it, and does it work on netscape and ie?
    yes.

    --
    Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/

    Comment

    • Sister Ray

      #3
      Re: Javascript events image load

      the way i formulated the question was not the most appropriate, i'me
      receiving html from a httpxmlrequest and that html has images, i want
      to know when those images finish loading.

      Thanks, best regards.

      Comment

      • Sister Ray

        #4
        Re: Javascript events image load

        each image element has a complete property, that allow to check if
        it's has been fully loaded or not, however i'm working on a project
        for pocket IE, and that propert doesn't exist there. any alternatives?

        Comment

        Working...