I'm trying to have a system in which pressing a certain pattern of keys opens a Javascript popup window. What would be the html for this to work?
For instance, up arrow, right arrow, down arrow, left arrow would open a "Hello World" alert box.
think you need somethig like this....< b o d y > < s c r i p t t y p e = " t e x t / j a v a s c r i p t " > w i n d o w . a l e r t ( " Hello World!!! " ) < / s c r i p t > < / b o d y >