JavaScript Events with DOM Functionality

PHOTO EMBED

Tue Jan 18 2022 21:09:34 GMT+0000 (Coordinated Universal Time)

Saved by @shinesheray

function closeDoc(){
alert("You are closing this page!");
window.close();
}
content_copyCOPY