Good Day,
I am attempting to write a script that will automatically fill out a webform. I have succeded, in having it open the form and then fill out the text boxes, by using something like this: IE.Document.All.Item("idName").Value = strName. However I have run into the problem of iframes, how do you reference input text from a html file within a html file?
Here is a simplified version of the problem
Attachment 126259 VB Script - to input text.
Attachment 126255 HTML File - that the Text input is actually contained
Attachment 126257 HTML File - containing an iFrame referencing the other HTML file
I am attempting to write a script that will automatically fill out a webform. I have succeded, in having it open the form and then fill out the text boxes, by using something like this: IE.Document.All.Item("idName").Value = strName. However I have run into the problem of iframes, how do you reference input text from a html file within a html file?
Here is a simplified version of the problem
Attachment 126259 VB Script - to input text.
Attachment 126255 HTML File - that the Text input is actually contained
Attachment 126257 HTML File - containing an iFrame referencing the other HTML file