samonlinesuper 0 Posted September 2, 2011 Dear All, How to click popup message. I already used "controlclick" or even the "send ("{ENTER}") command but still no response. However, it works fine till I used these two line before the popup message. $oDiv = _IEGetObjById ( $oIE, "Save" ) ; <input type="submit" value="Save" _IEAction( $oDiv, "click" ) Could anyone help!!! Share this post Link to post Share on other sites
monoscout999 10 Posted September 2, 2011 If whit IE commands works fine, why do you want to do it another way? IE class(or wherever they be) can not be manipulated by Control funcs they are another kind of controls. Share this post Link to post Share on other sites