Js onload handles the events after the HTML page is loaded

  • 2020-03-26 21:47:45
  • OfStack

 
<script type="text/javascript"> 
window.onload=function(){ 
alert(" To load ") 
} 
</script> 

Related articles: