﻿// JScript File

function confirmdelete()
{
    temp=window.confirm('Are you Sure U want to Delete a Record !!');
    return temp;
}  
function confirmedit()
{
    temp1=window.confirm('Are you Sure U want to Edit a Record !!');
    return temp1;
}  
//function calling()
//{
// // if(event.keycode==13)
//      window.location="home.aspx";
//}


