﻿// JScript File

var keyPressed = ""; //Variable to store which key was pressed
var dataChanged = false;
var currentElement = "";
//Function called when the browser is closed.
function HandleOnClose(evt) {
    if ((window.event.clientX < 0) || (window.event.clientY < 0))
        location.href = 'Usercheck.aspx';

    
}

