How to Build a Custom Exit Zone Warning Page
<div id="myButtons">
<span>Leave the #datafree Zone?</span>
<span>You are now leaving the #datafree site.<br/></span>
<a class="myButton" onClick="goBack()">Go Back</a>
<a class="myButton" href="https://www.mydomain.com">Continue</a>
</div><script>
function goBack() {
window.history.back();
}
</script>Last updated