MSHTML: Howto access elements within a <IFRAME>
-
I am using the Webbrowser control in VS 2005 C# Express to automate the navigation of pages on a partner's web site. The first page contains an element: <iframe style='width:40; height:40'; align='center' marginwidth='0' marginheight='0' scrolling='no' frameborder='0' id='xyzlogin' name='xyzlogin' src='https://www.xyzcorp.com/accounts/ServiceLogin'> Within that frame I need to access these three elements:
-
I am using the Webbrowser control in VS 2005 C# Express to automate the navigation of pages on a partner's web site. The first page contains an element: <iframe style='width:40; height:40'; align='center' marginwidth='0' marginheight='0' scrolling='no' frameborder='0' id='xyzlogin' name='xyzlogin' src='https://www.xyzcorp.com/accounts/ServiceLogin'> Within that frame I need to access these three elements:
Please see this link for the rest of this saga. http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=391357&SiteID=1