how to we implement function keys in asp.net
ASP.NET
4
Posts
3
Posters
0
Views
1
Watching
-
can anybody help me. I have to execute my event by pressing function keys in asp.net(1.1). Is it possible. Please help me.
use this and call that javascript function from this so it will call that function when ever u click mouse or when ever use tab, its client too...
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
-
can anybody help me. I have to execute my event by pressing function keys in asp.net(1.1). Is it possible. Please help me.
try event.keyCode in i.e. for mozilla it's event.which
P.S.
-
try event.keyCode in i.e. for mozilla it's event.which
P.S.