﻿// Archivo JScript

function ab(e,dominio)
    {
    tecla = (document.all) ? e.keyCode : e.which;  
    switch(tecla)
        {
        case 8364://Ctrl + Alt + E
            window.location= document.getElementById("ctl00_hddDominio").value + '/login.aspx?ReturnUrl=' + document.getElementById("ctl00_hddDominioHttpsUrlEncoded").value +'%2admin%2fdefault.aspx';
        break;
             
        } 
}    
