based on some actions on the page, I want to inform the user of a warning (that is .. your resume has been loaded.), and I want to close this window when the user clicks on it in this warning box. I want to do this using the alert method, not the confirmation method in javascript. why, because the alert method gives the only option βokβ, where when the confirmation method gives βyes or no.β can anyone help me.
source share