Quantcast
Channel: VBForums - ASP, VB Script
Viewing all articles
Browse latest Browse all 686

referencing an iframe

$
0
0
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

Viewing all articles
Browse latest Browse all 686

Trending Articles