View Single Post
Old 10-02-2012, 08:15 PM   PM User | #2
Logic Ali
Regular Coder

 
Logic Ali's Avatar
 
Join Date: Sep 2010
Location: London
Posts: 959
Thanks: 0
Thanked 198 Times in 193 Posts
Logic Ali will become famous soon enoughLogic Ali will become famous soon enough
Quote:
Code:
if(evt.which == 116)
alert('[F5] disabled!');
result = false;
return result;
You are allowing the return value always to be false, so no keystrokes allowed.
Logic Ali is offline   Reply With Quote
Users who have thanked Logic Ali for this post:
germus (10-03-2012)