Junyx Tips
2018-09-13 02:55:46 UTC
Hello,
Is there a Alternative of *onbeforeunload *event that can handle on close
tab or existing page on a browser? On chromium policy they stated that on
the new update of chrome they remove the *onbeforeunload *event
This my code which is working other browser except *google chrome*
*<script type="text/javascript">var areYouReallySure = false;function
areYouSure() { if(allowPrompt){ if (!areYouReallySure && true) {
areYouReallySure = true; var hey = "me"; window.location.href =
"google.com"; return hey; } }else{
window.location.href = "google.com"; allowPrompt = true; }}var
allowPrompt = true;window.onbeforeunload = areYouSure;</script>*
Please help... thanks!
Is there a Alternative of *onbeforeunload *event that can handle on close
tab or existing page on a browser? On chromium policy they stated that on
the new update of chrome they remove the *onbeforeunload *event
This my code which is working other browser except *google chrome*
*<script type="text/javascript">var areYouReallySure = false;function
areYouSure() { if(allowPrompt){ if (!areYouReallySure && true) {
areYouReallySure = true; var hey = "me"; window.location.href =
"google.com"; return hey; } }else{
window.location.href = "google.com"; allowPrompt = true; }}var
allowPrompt = true;window.onbeforeunload = areYouSure;</script>*
Please help... thanks!
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.