D
Deleted member 415602
Guest
Hey guys,
I am able to click an optionButton in IE with vba code :
Set optionButtonBizRules = IEDoc.all
optionButtonBizRules.Item("radio_bizRules")(0).Checked = True
The only problem is that I physically need to click on the option button in the IE browser to be able
to have access on the next page. The code above only fills the option button hole.
I am wondering instead on running my code if I could have the *******() event and do the "Physical click" for me.
Here is the HTML code when I inspect the optionButton: <input type="radio" name="radio_bizRules" id="radio_bizRules" *******="validation_priorToRequest()" value="1">
I am kind of an "newbie" with this, if it is not clear please let me know.
Thank you for your kind help
I am able to click an optionButton in IE with vba code :
Set optionButtonBizRules = IEDoc.all
optionButtonBizRules.Item("radio_bizRules")(0).Checked = True
The only problem is that I physically need to click on the option button in the IE browser to be able
to have access on the next page. The code above only fills the option button hole.
I am wondering instead on running my code if I could have the *******() event and do the "Physical click" for me.
Here is the HTML code when I inspect the optionButton: <input type="radio" name="radio_bizRules" id="radio_bizRules" *******="validation_priorToRequest()" value="1">
I am kind of an "newbie" with this, if it is not clear please let me know.
Thank you for your kind help