Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IE automation and frames
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
IE automation and frames
Miscellaneous
Thread ID:
00328927
Message ID:
00328927
Views:
65
I have a program that launches IE5, navigates to a page and attempts to populate textboxes. I can access the page, even with frames and populate the textboxes, unless the form isn't named. The following works when the form is named:

oie.document.frames(1).myform.username.value='test'

but if it isn't a "named" form the following will not work:

oie.document.frames(1).forms(0).username.value='test'

What's up?
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Next
Reply
Map
View

Click here to load this message in the networking platform