Answers for "confirm function in javascript"

2

confirm javascript

if (window.confirm("Une nouvelle fenêtre va s'ouvrir.")) {
    window.open("fenetre.html", "Nouvelle fenêtre", "");
}
Posted by: Guest on January-14-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language