Results 1 to 3 of 3

Thread: image download complete

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    my java script

    N = new Image()
    N.src ="imagename.jpg"


    how can I detect when this image is done downloading?
    I want to download all the images for a page before opening the page.

    or how can I tell when a document is done downloading


    Thanks

    Kurt Simons
    [I know I'm a hack but my clients don't!]

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    The onLoad() event will only fire when the whole page is done loading.
    "People who think they know everything are a great annoyance to those of us who do."

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    any ideas on a single image?
    Kurt Simons
    [I know I'm a hack but my clients don't!]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width