Can I fire an event when an IFrame finishes loading?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sloan Thrasher

    Can I fire an event when an IFrame finishes loading?

    Hi all!

    Can I fire an event in the host page when a contained IFrame finishes
    loading? The page being loaded can come from anywhere (i.e. other sites),
    and I need to know how long it takes to load.

    Thanks!

    Sloan


  • Berend de Boer

    #2
    Re: Can I fire an event when an IFrame finishes loading?

    >>>>> "Sloan" == Sloan Thrasher <cst2000@comcas t.net> writes:

    Sloan> Hi all! Can I fire an event in the host page when a
    Sloan> contained IFrame finishes loading? The page being loaded
    Sloan> can come from anywhere (i.e. other sites), and I need to
    Sloan> know how long it takes to load.

    Something like onload() I think could work on most browsers.

    --
    Regards,

    Berend. (-:

    Comment

    Working...