Thread
:
keyname()
View Single Post
#
1
09-25-2006, 10:52 PM
projectigi
Registered User
Join Date: Jan 2004
Posts: 403
keyname()
PHP Code:
echo(
"keycode of a: "
@
getkeycode
(
"a"
));
echo(
"keyname of a: "
@
keyname
(
getkeycode
(
"a"
)));
this says
keycode of a: 65
keyname of a:
shouldn it be
keycode of a: 65
keyname of a: a
?(clientside) =(
projectigi
View Public Profile
View GraalOnline Profile
Find all posts by projectigi