Hi,
I am trying to automate a process for filling a form for my work. The site I cannot disclose. What I am trying to do is get the source code for iframes. I found this and it works but not for what I want.
IE.document.all.tags("html").Item(0).innerhtml
Its result is the same as inner or outer text which is not what I want because it is not for the frame that I want. It gives me the HTML code for the login screen and I need to get past that.
Any help is appreciated.
Thank you.
I am trying to automate a process for filling a form for my work. The site I cannot disclose. What I am trying to do is get the source code for iframes. I found this and it works but not for what I want.
IE.document.all.tags("html").Item(0).innerhtml
Its result is the same as inner or outer text which is not what I want because it is not for the frame that I want. It gives me the HTML code for the login screen and I need to get past that.
Any help is appreciated.
Thank you.