Jump to content

Recommended Posts

Posted

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!!!

Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...