Is it possible with javascript to press a key and an action will happen?
Like <a onKeyClick(k)=windows.open("page2")
So if you press the k button, you will come to page2
Or if it's impossible, or very hard, can i press the right button somewhere in the page, and I will get to page2.
like <body onRightClick=windows.open("page2")> ?





Bookmarks