<!DOCTYPE html>
<html>
<head>
<script>
window.stop();
</script>
</head>
<body>
<p>The stop() method stops this text and the iframe from loading.</p>
<p><b>Note:</b> This method does not work in Internet Explorer.</p>
<iframe src="../index.html"></iframe>
</body>
</html>