SendKeys is method to sending keystroke to an application. Can I do it in Javascript, to send keystroke in browser ?
REF : http://msdn.micro
Not by default in most browsers, no. You may be able to get it to work using ActiveX if it's going to be running in Internet Explorer, however.