- Code: Select all
<script tyoe="text/javascript">
document.onkeydown = function ()
{
if (122 == event.keyCode)
{
event.keyCode = 0;
return false;
}
}
</script>
Disable F11 Key
1 post • Page 1 of 1
Disable F11 KeyIf you want to disable the F11 (Full Screen) function, then you can do this with the help of following javascript code.
1 post • Page 1 of 1
Return to Java Script / VB Script Who is onlineUsers browsing this forum: No registered users and 0 guests |
|