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. 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 Link to comment https://forums.phpfreaks.com/topic/267490-javascript-sendkeys/#findComment-1371873 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.