﻿window.onbeforeunload = function()
{
    var n = window.event.screenX - window.screenLeft;
    var b = n > document.documentElement.scrollWidth-20;

    if (b && window.event.clientY < 0 || window.event.altKey)
    {
        window.event.returnValue = "您对花急送的服务感到满意吗？您能留下您的宝贵意见后再离开吗？\n希望您再次光临！服务热线：400-779-8688"; 
    }
}
