// JavaScript code to show an alert when the webpage is opened window.onload = function() { alert("This is the file pagea.js and all.js"); };