“Zapobiegaj odświeżeniu strony” Kod odpowiedzi

Zapobiegaj odświeżeniu strony

// Can be implemented via window.onbeforeunload.
// For example:
<script type="text/javascript">
    window.onbeforeunload = function() {
        return "Are you sure you want to leave?";
    }
</script>
Doge Amazedo

Zapobiegaj odświeżeniu strony


<script type="text/javascript">
    window.onbeforeunload = function() {
        return "Dude, are you sure you want to leave? Think of the kittens!";
    }
</script>

Comfortable Civet

Odpowiedzi podobne do “Zapobiegaj odświeżeniu strony”

Pytania podobne do “Zapobiegaj odświeżeniu strony”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu