The browser has finished loading the page.
<script type = "text/javascript">
function myFunction() {
alert("Hello Bro");
}
</script>
<body onload="myFunction()">
</body>
Copyright ©2022 coderraj.com. All Rights Reserved.