NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: kevin plummer on December 08, 2009, 03:10:47 AM

Title: Function Keys
Post by: kevin plummer on December 08, 2009, 03:10:47 AM
Hi All,

Is there a way to add function key or accelerator key functionality to my web app?

eg F8 and it either runs some server code or invokes a button with some server code/refresh code etc

eg Alt D to invoke a button with some server code/refresh code etc

Cheers,

Kevin
Title: Re: Function Keys
Post by: kevin plummer on December 08, 2009, 06:17:05 PM
With a bit of research I have found I can use the JS onKeyPress function to detect keyboard actions.

Would I just add the JS to the Xhtml Tab?

I can also use in HTML accesskey="X". I can't work out how I can attach this to a button.

Cheers,

Kevin