webbrowser control: navigate to another URL in a subdoc

  • Thread starter Thread starter pp3000
  • Start date Start date
P

pp3000

Hi,

I have an application with an AxWebbrowser control, and the webpage is
a document with a frameset with multiple documents in it.

What i would like to do, is the subdocument of the frameset to
navigate to another URL, while maintaining the frameset with the
other documents in it.

The function AxWebbrowser.Navigate2 only controls the main document,
so how can I accomplish the same functionality for the subdocuments?
It's easy with HTML, but programmatically in .NET??

Please help me out!!!

Thanks!
 
Back
Top