ezweb/script/pageb.js
2024-08-19 05:18:28 +00:00

5 lines
146 B
JavaScript

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