Hello All,
My first post after searching for a few days for a solution.
I have an internal work web page (I know, trouble from the start...)
in which I need to click a button.
(yes, search is spelt incorrectly)
I have tried many methods but can't get a solution.
like these
Otherwise running the js may be an option but the things i have tried so far haven't worked.
Your help would be much appreciated.
My first post after searching for a few days for a solution.
I have an internal work web page (I know, trouble from the start...)
in which I need to click a button.
(yes, search is spelt incorrectly)
I have tried many methods but can't get a solution.
like these
Code:
ie.Document.GetElementByName("_cmdOther()").InvokeMember ("on click")
ie.Document.getElementByName("_cmdOther()").Click
ie.Document.all.Item
ie.Document.parentWindow.execScript "_cmdOther()"
Call ie.Document.parentWindow.execScript("_cmdOther()", "JavaScript")
ie.Document.getElementById("serch").Click
ie.document.getElementsByName("serch")(0)
Otherwise running the js may be an option but the things i have tried so far haven't worked.
Your help would be much appreciated.