GK10 Infobase

Search for:     Search  

My linkedin

Capture or disable the keyboard or trap a key

Last modified: 2024-03-27   Key words: JavaScript lock disable capture key keyboard
More Topics Source Code

Check page called from the main frame
Creating graphics
stripcslashes clear a string form and /
session start and how to work with it
AJAX call a function when responseText arrived
open a new window from javascript
check if field input have content
message asking if you are sure to do something
disable a link from being active using a function
the first page meta section
calculate date different
Find the diferent between dates
str_replace string strings
read a file to an arrya
Creat a zip file using php in the host computer
START TRANSACTION COMMIT ROLLBACK
stripcslashes clear a string form and /
short way to write an if sentanse
php function global Variable scope
php function Passing by Reference
array_count_values()
PHP switch case
Create php Requests From HTML form
update a parent from javascript window
dates between today
redirection in php
update iframe from another ifram
List sort files in directory
list of files with wildcard and delete the file
save array to file
php resize picture
htmlspecialchars htmlspecialchars_decode
The top of each page load common inc
TAB in textarea
set header to a file from external header file
prepare bind_param execute error handling
array sort functions
image create
Encoding decoding URI in PHP and Javascript
html / uri conversion SUMMARY
Check if the parameter is heacking
AJAX send parameter to a PHP page using JavaScript
Communication from a PHP server to external FTP server
Check if the page is HTTPS SSL.
Detect Hebrew characters in a given string and change the dir for PHP and JavaScript
Go to last page PHP previous -1
Get current directory on the server
file chnage modify on server
Connect to MySQLi database
Show files in directory
include connect to db
Responsive media
Files list in directory
JSON function return
multi files upload to server
save file as pdf using header
page redirect in php
from url location to disk real directory path
unzip
download to server or client
remove all files in a directory recursively
hebrew character set for mysql
DNS get record
Mail cc and bcc
PHP $_REQUEST vs $_SESSION
link external php file
MySQL get last autoincrement ID
Get the SSL certificate details using php
How to handle JSON objects array in PHP
Read JSON using JavaScript and PHP
decoding json_decode to array or object
Pass variables and data from PHP to JavaScript
Write JavaScript process using php
Create an Onclick event using php
Read JSON object from database using JavaScript
Reading MySQL table to perform JSON dynamic report in JavaScript
PHP show JSON content
php show url parameters
An AJAX example with a call to a function when loaded
Get Jerusalem time in PHP
AJAX using post and form to transfer all characters to php page
Get all selected values of a multiple Select
Read JSON file using PHP and convert it to JavaScript JSON
// blockes TAB == 9
document.onkeydown = function (e) {
if(e.which == 9){
return false;
}
}


backspace 8
tab 9
enter 13
shift 16
ctrl 17
alt 18
pause/break 19
caps lock 20
escape 27
page up 33
page down 34
end 35
home 36
left arrow 37
up arrow 38
right arrow 39
down arrow 40
insert 45
delete 46

0 48
1 49
2 50
3 51
4 52
5 53
6 54
7 55
8 56
9 57
a 65
b 66
c 67
d 68
e 69
f 70
g 71
h 72
i 73
j 74
k 75
l 76
m 77
n 78
o 79
p 80
q 81
r 82
s 83
t 84
u 85
v 86
w 87
x 88
y 89
z 90
left window key 91
right window key 92
select key 93
numpad 0 96
numpad 1 97
numpad 2 98
numpad 3 99
numpad 4 100
numpad 5 101
numpad 6 102
numpad 7 103
numpad 8 104
numpad 9 105
multiply 106
add 107
subtract 109
decimal point 110
divide 111
f1 112
f2 113
f3 114
f4 115
f5 116
f6 117
f7 118
f8 119
f9 120
f10 121
f11 122
f12 123
num lock 144
scroll lock 145
semi-colon 186
equal sign 187
comma 188
dash 189
period 190
forward slash 191
grave accent 192
open bracket 219
back slash 220
close braket 221
single quote 222

===================
<head>
<script language="JavaScript">
function TriggeredKey(e)
{
var keycode;
if (window.event) keyCode = window.event.keyCode;
if (window.event.keyCode = 13 ) return false;
}
</script>
</head>
<body onkeydown="TriggeredKey(this)">

Check page called from the main frame
Creating graphics
stripcslashes clear a string form and /
session start and how to work with it
AJAX call a function when responseText arrived
open a new window from javascript
check if field input have content
message asking if you are sure to do something
disable a link from being active using a function
the first page meta section
calculate date different
Find the diferent between dates
str_replace string strings
read a file to an arrya
Creat a zip file using php in the host computer
START TRANSACTION COMMIT ROLLBACK
stripcslashes clear a string form and /
short way to write an if sentanse
php function global Variable scope
php function Passing by Reference
array_count_values()
PHP switch case
Create php Requests From HTML form
update a parent from javascript window
dates between today
redirection in php
update iframe from another ifram
List sort files in directory
list of files with wildcard and delete the file
save array to file
php resize picture
htmlspecialchars htmlspecialchars_decode
The top of each page load common inc
TAB in textarea
set header to a file from external header file
prepare bind_param execute error handling
array sort functions
image create
Encoding decoding URI in PHP and Javascript
html / uri conversion SUMMARY
Check if the parameter is heacking
AJAX send parameter to a PHP page using JavaScript
Communication from a PHP server to external FTP server
Check if the page is HTTPS SSL.
Detect Hebrew characters in a given string and change the dir for PHP and JavaScript
Go to last page PHP previous -1
Get current directory on the server
file chnage modify on server
Connect to MySQLi database
Show files in directory
include connect to db
Responsive media
Files list in directory
JSON function return
multi files upload to server
save file as pdf using header
page redirect in php
from url location to disk real directory path
unzip
download to server or client
remove all files in a directory recursively
hebrew character set for mysql
DNS get record
Mail cc and bcc
PHP $_REQUEST vs $_SESSION
link external php file
MySQL get last autoincrement ID
Get the SSL certificate details using php
How to handle JSON objects array in PHP
Read JSON using JavaScript and PHP
decoding json_decode to array or object
Pass variables and data from PHP to JavaScript
Write JavaScript process using php
Create an Onclick event using php
Read JSON object from database using JavaScript
Reading MySQL table to perform JSON dynamic report in JavaScript
PHP show JSON content
php show url parameters
An AJAX example with a call to a function when loaded
Get Jerusalem time in PHP
AJAX using post and form to transfer all characters to php page
Get all selected values of a multiple Select
Read JSON file using PHP and convert it to JavaScript JSON
 
All rights reserved to Gideon Koch 1998-2021