Can I do SendKeys in Javascript?
问题 SendKeys is method to sending keystroke to an application. Can I do it in Javascript, to send keystroke in browser ? REF : http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.aspx 回答1: If you would be able to send keystrokes on the OS Level, this would be a big security issue. You could (for instance) install any kind of software on the client machine if you where able to send keystrokes to the needed install dialogs. Yes, you could come up with an active-x control or some