Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ALL Collection
Message
 
 
À
19/02/2001 09:50:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00477276
Message ID:
00477290
Vues:
22
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform