<html>
<head>
<script src="popup.js"></script>
</head>
<body>
<div>This popup contains an iframe.</div>
<iframe name="child_frame" src="frame.html"></iframe>
</body>
</html>
<html>
<head>
<script src="popup.js"></script>
</head>
<body>
<div>This popup contains an iframe.</div>
<iframe name="child_frame" src="frame.html"></iframe>
</body>
</html>