Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1661 How can I tell when a inline frame has finished loading?

You are here: irt.org | FAQ | JavaScript | Frame | Q1661 [ previous next ]

Simply use the iframe element's onLoad event handler:

<iframe src="about:blank" onLoad="alert('Loaded')"></iframe>

Feedback on 'Q1661 How can I tell when a inline frame has finished loading?'

©2018 Martin Webb