Hello to everybody,
in outlook, I try to click on a button in a page.
In fact the button is not in the main Page.
If i save the page on my PC, it is not in the main page but in a "child" page.
How can I identify this child page?
For testing I have done the following:
in the child page saved on my PC, the button is
<INPUT class=bfont type=submit value="Submit" name=submit>
so I opened straight
IE.Navigate "D:\chold.htm"
and the 2 followings commands are successfull to click (one or the other)
IE.Document.forms(0).submit.Click
IE.Document.All("submit").Click
But I don't know how to identify it trough the main page.
Thanks
Merci!