TFT2012 Posted August 23, 2012 Share Posted August 23, 2012 In IE, we can do such things: wscript = new ActiveXObject("WScript.Shell"); wscript.SendKeys("%{ }"); Can we do the similar thing in Firefox? If so, how can we achieve it in Firefox. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/267490-javascript-sendkeys/ Share on other sites More sharing options...
Adam Posted August 23, 2012 Share Posted August 23, 2012 Nope, ActiveX controls are IE specific, thankfully. http://support.mozilla.org/en-US/kb/ActiveX Quote Link to comment https://forums.phpfreaks.com/topic/267490-javascript-sendkeys/#findComment-1371873 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.