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