occam 0 Posted September 8, 2015 I'm not user but want to know if AutoIT do the following:1. I want a hot key that only fires code if the Caret (data entry focus) is in a specific text box in a web application running under Internet Explorer. When the hot key is pressed, I want to check that the caret is in the specified text box and execute code or abort otherwise.2. If the caret was in the specified text box when the hot key was pressed, I want to popup a dialog and require the user to enter data in three fields. When the user clicks the OK button in the dialog, I want AutoIT code to enter text into the text box. Thanks in advance. Share this post Link to post Share on other sites
ViciousXUSMC 92 Posted September 8, 2015 Sounds Very Doable to Me, would be working mostly with the IE.UDF and a GUI Share this post Link to post Share on other sites