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>
©2018 Martin Webb