Friday, January 10, 2020

Restrict / Disable Function Key F1 using Javascript

window.onhelp = function() {
alert("Skip Window F1 help");
/*
  Add code to perform in additional to Restrict Fucntion Key F1
*/
    return false;
};

No comments:

Post a Comment

Popular Posts