webbrowser dom problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • spolsky

    webbrowser dom problem

    i use webbrowse to navigate a web page and invoke the click method of
    some button on that page which navigates to another page. i wait for
    pages to load by IsBusy loop DoEvents before accessing the
    webBrowserX.doc ument however after the second page loads webbrowser
    does not update the document element. how can i get the dom refreshed?

Working...