Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ALL Collection
Message
 
 
To
19/02/2001 09:50:51
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00477276
Message ID:
00477290
Views:
23
>I have the following Internet command reference:
>
>loNet.Document.Forms(1).All(34).Click()
>
>Instead of using the ALL collection I want to reference the object directly, how can I find out the name of the object?
>
>Thanks
>Kev

What name did you give it? Or is it something you have to work with with?

Unless specified in the HTML tag, an object doesn't have a name and can only be accessed by its index.

< input type=submit name=submit1 value=Submit >

Then it can be referenced using lonet.Document.Forms(1).submit1.Click.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform