<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>--
--
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-discu...@chromium.org.