locked
VB IE: click button in a child RRS feed

  • Question

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

    • Moved by Chao Kuo Monday, August 23, 2010 11:24 AM Not VB.net General (From:Visual Basic General)
    Wednesday, August 18, 2010 11:17 AM

Answers