Unless you want to illegally modify a commercial application, this isn't likely to happen. The browser reads the input and works accordingly long before it is received by javascript. I suggest using different keys..
EDIT::: herpaderp :|
This could also potentially work..
Just call this when the game loads
It's been along time since I've used javascript, but I'm fairly sure that is right...Code:function focusGame() { var frame = document.getElementById("iframeID"); frame.contentWindow.focus(); }



LinkBack URL
About LinkBacks









Reply With Quote

