Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- Iframe onload event only after an anchor onclick


Rain_Lover - 5:24 am on Oct 14, 2012 (gmt 0)


Sample code:

<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<iframe name="iframe_a" onload="alert('Thanks for the visit!');"></iframe>
<a href="http://www.example.com/" target="iframe_a">Go!</a>
</body>
</html>


I'd like to see the alert message after clicking on the link and when the iframe finishes loading. But now it appears on the initial page load, too. How can I achieve it?


Thread source:: http://www.webmasterworld.com/javascript/4507876.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com