Posted by Jim Carlock on 09/14/07 23:47
Lars Eighner asked...
> How can I get keypresses?
"Norman Peelman" replied...
: If you're on Windows, you can't.
HTML provides a way to get a keypress. Usually this can be
done with javascript or HTML inside the <head> section or
HTML inside the body. I've not messed with it, but have seen
it in other folks code.
If he just wants a way to provide client-side control, it's
called accesskey in HTML-speak.
http://www.w3.org/TR/html4/interact/forms.html#h-17.11.2
That combined with some javascript to do an automatic POST,
probably can get the OP where he wants to go.
--
Jim Carlock
Swimming Pool, Spa And Water Feature Builders
http://www.aquaticcreationsnc.com/
[Back to original message]
|