How to stop window from loading in JavaScript

1 Answer

0 votes
<!DOCTYPE html>
<html>
<body>

<script> 
window.stop();


/*
run:


 
*/
</script>

<iframe src="http://www.allonpage.com"></iframe>

</body>
</html>

 



answered Aug 17, 2016 by avibootz
edited May 4, 2017 by avibootz
...