﻿// JScript 文件

function gotoSuccess() 
{
if (document.getElementById("hdfActivate").value == "Activate") 
    {
    this.window.location.href = 'ChristmasSecKillSuccess.html'
    }
       else {
         alert("QuickHit Failed ! Currently the QuickHit is not activated!");
            }
}
